mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Move to a Fragment world.
1) Start breaking the UI out into Fragments. 2) Switch to Cursor loaders from managed cursors. 3) Switch to inflated menu resources. 4) Break out some basic functionality into helper classes.
This commit is contained in:
7
res/menu/text_secure_locked.xml
Normal file
7
res/menu/text_secure_locked.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:title="Unlock"
|
||||
android:id="@+id/menu_unlock"
|
||||
android:showAsAction="ifRoom" />
|
||||
|
||||
</menu>
|
||||
Reference in New Issue
Block a user