Skip to content

Commit 3bea80b

Browse files
committed
Fix build
1 parent 42f22cd commit 3bea80b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
android:layout_width="0dp"
4343
android:layout_height="wrap_content"
4444
android:layout_weight="1"
45+
android:hint="@string/hint_message"
4546
android:imeOptions="actionDone"
4647
android:inputType="text" />
4748

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@
9797
Make sure your device is online and that Anonymous Auth is configured in your Firebase project
9898
(https://console.firebase.google.com/project/_/authentication/providers)
9999
</string>
100+
<string name="hint_message">Say something…</string>
100101
</resources>

0 commit comments

Comments
 (0)