Skip to content

Commit 20ba520

Browse files
committed
Fix lint errors
1 parent 59c7bfd commit 20ba520

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/menu/main.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
1+
<menu xmlns:app="http://schemas.android.com/apk/res-auto"
2+
xmlns:android="http://schemas.android.com/apk/res/android" >
23

34
<item
45
android:id="@+id/action_settings"
56
android:orderInCategory="100"
6-
android:showAsAction="never"
7-
android:title="@string/action_settings"/>
7+
android:title="@string/action_settings"
8+
app:showAsAction="never" />
89

910
</menu>

0 commit comments

Comments
 (0)