Files
Kotatsu/app/src/main/res/menu/opt_explore.xml
2023-02-17 18:58:37 +02:00

12 lines
269 B
XML

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