|
@@ -23,6 +23,8 @@
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
<item
|
|
<item
|
|
android:id="@+id/edit"
|
|
android:id="@+id/edit"
|
|
|
|
+ android:icon="@drawable/ic_edit"
|
|
android:title="@string/edit"
|
|
android:title="@string/edit"
|
|
- app:showAsAction="ifRoom" />
|
|
|
|
|
|
+ app:showAsAction="ifRoom"
|
|
|
|
+ app:iconTint="@color/high_emphasis_text"/>
|
|
</menu>
|
|
</menu>
|