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 42f22cd commit 3bea80bCopy full SHA for 3bea80b
app/src/main/res/layout/activity_chat.xml
@@ -42,6 +42,7 @@
42
android:layout_width="0dp"
43
android:layout_height="wrap_content"
44
android:layout_weight="1"
45
+ android:hint="@string/hint_message"
46
android:imeOptions="actionDone"
47
android:inputType="text" />
48
app/src/main/res/values/strings.xml
@@ -97,4 +97,5 @@
97
Make sure your device is online and that Anonymous Auth is configured in your Firebase project
98
(https://console.firebase.google.com/project/_/authentication/providers)
99
</string>
100
+ <string name="hint_message">Say something…</string>
101
</resources>
0 commit comments