mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-12 14:04:29 +00:00
Clean up key/identity verification Activites.
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.
This commit is contained in:
19
res/menu/key_scanning.xml
Normal file
19
res/menu/key_scanning.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user