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.
7 lines
298 B
XML
7 lines
298 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:title="Verified"
|
|
android:id="@+id/menu_session_verified"
|
|
android:icon="@drawable/ic_menu_done_holo_dark"
|
|
android:showAsAction="ifRoom" />
|
|
</menu> |