Skip to content

Commit

Permalink
skip meaningless warnings (MACs are always ASCII)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Carra committed Dec 25, 2023
1 parent d17bc59 commit 5508ad9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:mask="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp"
android:minWidth="280dip"
>
android:minWidth="280dip">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
Expand All @@ -20,6 +20,7 @@
mask:allowed_chars="1234567890ABCDEFabcdef"
mask:mask="##:##:##:##:##:##"
android:hint="CA1E234FECABE"
tools:ignore="HardcodedText"
android:layout_weight="1"
/>
<Button
Expand Down Expand Up @@ -47,6 +48,7 @@
mask:allowed_chars="1234567890ABCDEFabcdef"
mask:mask="##:##:##"
android:hint="0AE2F7"
tools:ignore="HardcodedText"
android:layout_weight="1"
/>
<Button
Expand Down

0 comments on commit 5508ad9

Please sign in to comment.