diff options
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/menu/start_conversation.xml | 8 | ||||
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/src/main/res/menu/start_conversation.xml b/src/main/res/menu/start_conversation.xml index 2c23af59..3dd09e90 100644 --- a/src/main/res/menu/start_conversation.xml +++ b/src/main/res/menu/start_conversation.xml @@ -21,6 +21,14 @@ android:id="@+id/action_scan_qr_code" android:showAsAction="never" android:title="@string/scan_qr_code" /> + + <item + android:id="@+id/action_hide_offline" + android:checkable="true" + android:checked="false" + android:orderInCategory="85" + android:showAsAction="never" + android:title="@string/hide_offline"/> <item android:id="@+id/action_accounts" android:orderInCategory="90" diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index dc4c1bdb..3d3d69a3 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -443,4 +443,5 @@ <string name="avatar_has_been_published">Avatar has been published!</string> <string name="sending_x_file">Sending %s</string> <string name="offering_x_file">Offering %s</string> + <string name="hide_offline">Hide offline</string> </resources> |