mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-05 00:20:14 -04:00
11 lines
446 B
XML
11 lines
446 B
XML
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||
|
<item
|
||
|
android:id="@+id/action_changeLayout"
|
||
|
android:orderInCategory="20"
|
||
|
android:title="@string/action_changeLayout"
|
||
|
android:onClick="changeLayout"
|
||
|
android:icon="@drawable/ic_view_list_white_24dp"
|
||
|
app:showAsAction="always" />
|
||
|
</menu>
|