Updated icon for change view menu item
This commit is contained in:
parent
e98f610985
commit
4052f768a7
1 changed files with 2 additions and 1 deletions
|
|
@ -20,8 +20,9 @@
|
||||||
app:showAsAction="ifRoom" />
|
app:showAsAction="ifRoom" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/change_view_type"
|
android:id="@+id/change_view_type"
|
||||||
|
android:icon="@drawable/ic_change_view_vector"
|
||||||
android:title="@string/change_view_type"
|
android:title="@string/change_view_type"
|
||||||
app:showAsAction="never" />
|
app:showAsAction="ifRoom" />
|
||||||
<item
|
<item
|
||||||
android:id="@+id/import_contacts"
|
android:id="@+id/import_contacts"
|
||||||
android:showAsAction="never"
|
android:showAsAction="never"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue