Added hint text for message EditText.
This commit is contained in:
parent
addf8e1950
commit
333b3495ae
2 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,8 @@
|
|||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:hint="@string/message_hint"
|
||||
android:textColorHint="#cccccc"
|
||||
android:imeOptions="actionDone"
|
||||
android:inputType="textMultiLine|textCapSentences|textAutoCorrect"/>
|
||||
|
||||
|
|
|
@ -42,6 +42,11 @@
|
|||
<!-- Menu item to close app and stop service -->
|
||||
<string name="exit">Exit</string>
|
||||
|
||||
<!-- ChatFragment -->
|
||||
|
||||
<!-- Hint text for the message EditText -->
|
||||
<string name="message_hint">Type a message</string>
|
||||
|
||||
|
||||
<!-- ConnectionsActivity -->
|
||||
|
||||
|
|
Reference in a new issue