ignore some warnings at the menu file

This commit is contained in:
tibbi 2022-08-18 16:10:18 +02:00
parent cf51f73a03
commit 7a4c343be4
1 changed files with 3 additions and 1 deletions

View File

@ -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"