Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit cf69947

Browse files
committed
Add Realm item to ZulipActivity Menu
1 parent 1a7d0d3 commit cf69947

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

app/src/main/res/menu/options.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
app:actionViewClass="android.support.v7.widget.SearchView"
1010
app:showAsAction="ifRoom" />
1111

12+
<item
13+
android:id="@+id/menu_realm"
14+
android:title="@string/realm_title" />
1215
<item
1316
android:id="@+id/refresh"
1417
android:title="@string/refresh" />

app/src/main/res/values/strings.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@
5151
<string name="hint_person">Person</string>
5252
<string name="hint_subject">Topic</string>
5353
<string name="hint_stream">Stream</string>
54-
<string name="message_sent">Message sent!</string>
55-
<string name="message_error">Error sending message</string>
56-
<string name="stream_error">Please specify stream.</string>
57-
<string name="stream_not_exists">Stream does not exist.</string>
58-
<string name="subject_error">Please specify topic.</string>
59-
<string name="person_error">Please specify recipient.</string>
60-
<string name="no_message_error">No message written.</string>
6154
<string name="local_server">Dev backend testing server</string>
6255
<string name="zulip_dev_login">Zulip Dev login</string>
6356
<string name="admin_none">Administrators (None)</string>
@@ -79,4 +72,12 @@
7972
<string name="use_https">Use HTTPS</string>
8073
<string name="use_http">Use HTTP</string>
8174
<string name="empty_list">Sorry, no messages here.</string>
75+
<string name="message_sent">Message sent!</string>
76+
<string name="message_error">Error sending message</string>
77+
<string name="stream_error">No stream specified.</string>
78+
<string name="stream_not_exists">Stream does not exists.</string>
79+
<string name="subject_error">No subject specified.</string>
80+
<string name="person_error">No person specified.</string>
81+
<string name="no_message_error">No message written.</string>
82+
<string name="realm_title">Realms</string>
8283
</resources>

0 commit comments

Comments
 (0)