We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bc12d commit 23f39f0Copy full SHA for 23f39f0
.gitignore
@@ -34,6 +34,8 @@ proguard/
34
35
# Android Studio Navigation editor temp files
36
.navigation/
37
+.project
38
+.settings/
39
40
# Android Studio captures folder
41
captures/
app/src/main/res/menu/menu_main.xml
@@ -3,7 +3,7 @@
3
xmlns:app="http://schemas.android.com/apk/res-auto">
4
<item
5
android:id="@+id/action_save_profile"
6
- android:icon="@android:drawable/ic_menu_save"
+ android:icon="@drawable/ic_save"
7
android:orderInCategory="10"
8
android:title="@string/action_save_profile" />
9
0 commit comments