mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 02:25:19 +00:00
78998d0c93
1) Get ride of the crazy button situation. 2) Actionbar-ify and abstract out the common actions. 3) Switch to full activities from dialog themes.
19 lines
537 B
XML
19 lines
537 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item android:title="Compare"
|
|
android:id="@+id/menu_barcode"
|
|
android:icon="@drawable/ic_menu_barcode"
|
|
android:showAsAction="ifRoom">
|
|
|
|
<menu>
|
|
<item android:title="Scan to compare"
|
|
android:id="@+id/menu_scan"/>
|
|
|
|
<item android:title="Get scanned to compare"
|
|
android:id="@+id/menu_get_scanned"/>
|
|
|
|
</menu>
|
|
|
|
</item>
|
|
</menu> |