We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f715502 commit e2cc00cCopy full SHA for e2cc00c
app/src/main/res/layout/activity_chat.xml
@@ -10,7 +10,7 @@
10
android:id="@+id/emptyTextView"
11
android:layout_width="match_parent"
12
android:layout_height="wrap_content"
13
- android:text="No messages. Start chatting at the bottom!"
+ android:text="@string/start_chatting"
14
android:padding="16dp" />
15
16
<android.support.v7.widget.RecyclerView
app/src/main/res/values/strings.xml
@@ -64,4 +64,7 @@
64
<string name="choose_image">Choose Image</string>
65
<string name="accessibility_downloaded_image">Downloaded image</string>
66
<string name="drive_file">Drive File</string>
67
+
68
+ <!-- strings for Auth UI demo activities -->
69
+ <string name="start_chatting">No messages. Start chatting at the bottom!</string>
70
</resources>
0 commit comments