ignore some warnings at the menu file
This commit is contained in:
parent
cf51f73a03
commit
7a4c343be4
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:ignore="AppCompatResource">
|
||||
<item
|
||||
android:id="@+id/menu_confirm"
|
||||
android:icon="@drawable/ic_check_vector"
|
||||
|
|
Loading…
Reference in New Issue