Skip to content

Commit e2cc00c

Browse files
SUPERCILEXsamtstern
authored andcommitted
Add string resource to puf-ondatachange (#507)
1 parent f715502 commit e2cc00c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/src/main/res/layout/activity_chat.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
android:id="@+id/emptyTextView"
1111
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
13-
android:text="No messages. Start chatting at the bottom!"
13+
android:text="@string/start_chatting"
1414
android:padding="16dp" />
1515

1616
<android.support.v7.widget.RecyclerView

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@
6464
<string name="choose_image">Choose Image</string>
6565
<string name="accessibility_downloaded_image">Downloaded image</string>
6666
<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>
6770
</resources>

0 commit comments

Comments
 (0)