Add "Grid mode" option to explore options menu

This commit is contained in:
Koitharu
2023-02-17 18:58:37 +02:00
parent c520699f9f
commit 6f29259395
4 changed files with 52 additions and 0 deletions

View 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>