[iitcm] tweaks to fullscreen menu item

Use other icon for returning from fullscreen if shown as action. If shown in the action overflow, provide a chechbox to show current state.
This commit is contained in:
fkloft
2015-01-05 19:08:31 +01:00
parent fae1482498
commit 79569d36b0
8 changed files with 10 additions and 1 deletions

View File

@ -22,6 +22,7 @@
android:title="@string/menu_layer_chooser"/>
<item
android:id="@+id/toggle_fullscreen"
android:checkable="true"
android:icon="@drawable/ic_action_full_screen"
android:orderInCategory="110"
android:showAsAction="ifRoom"