mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
13 lines
No EOL
458 B
XML
13 lines
No EOL
458 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools" tools:context=".MainActivity">
|
|
|
|
<item
|
|
android:id="@+id/action_display_list"
|
|
android:title="@string/display_list_button"
|
|
android:icon="@drawable/ic_list_white_24dp"
|
|
android:orderInCategory="1"
|
|
app:showAsAction="ifRoom"
|
|
/>
|
|
|
|
</menu> |