replaced account menu with save (check) icon

This commit is contained in:
Juha Heinanen
2018-05-27 09:52:02 +03:00
parent bd2ed2334d
commit 0a1593877e
7 changed files with 139 additions and 137 deletions
+12
View File
@@ -0,0 +1,12 @@
<?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">
<item
android:id="@+id/checkIcon"
android:title=""
app:showAsAction="always"
android:icon="@drawable/ic_action_check"
/>
</menu>