File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <vector xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ android : width =" 24dp"
3
+ android : height =" 24dp"
4
+ android : viewportWidth =" 24"
5
+ android : viewportHeight =" 24"
6
+ android : tint =" ?attr/colorControlNormal" >
7
+ <path
8
+ android : fillColor =" @android:color/white"
9
+ android : pathData =" M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
10
+ </vector >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <menu xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : app =" http://schemas.android.com/apk/res-auto"
4
+ xmlns : tools =" http://schemas.android.com/tools"
5
+ >
6
+ <item
7
+ android : id =" @+id/menu_add"
8
+ android : icon =" @drawable/ic_baseline_add_24"
9
+ android : title =" Add"
10
+ app : showAsAction =" always"
11
+ tools : ignore =" HardcodedText"
12
+ />
13
+ </menu >
You can’t perform that action at this time.
0 commit comments