Add "Grid mode" option to explore options menu
This commit is contained in:
11
app/src/main/res/menu/opt_explore.xml
Normal file
11
app/src/main/res/menu/opt_explore.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/action_grid"
|
||||
android:checkable="true"
|
||||
android:title="@string/show_in_grid_view"
|
||||
android:titleCondensed="@string/grid" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user