Added hint to contact filter input

This commit is contained in:
Sylvain Berfini 2017-10-25 13:57:27 +02:00
parent 8521d923b1
commit 1a5da143fb
2 changed files with 4 additions and 2 deletions

View file

@ -93,6 +93,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="40dp" android:layout_height="40dp"
android:background="@drawable/resizable_textfield" android:background="@drawable/resizable_textfield"
android:hint="@string/chat_room_creation_filter_hint"
android:contentDescription="@string/content_description_search_contact" android:contentDescription="@string/content_description_search_contact"
android:gravity="center" android:gravity="center"
android:inputType="textPersonName" android:inputType="textPersonName"

View file

@ -191,13 +191,14 @@
<string name="displayed">Read</string> <string name="displayed">Read</string>
<string name="delivered">Delivered</string> <string name="delivered">Delivered</string>
<string name="resend">Resend</string> <string name="resend">Resend</string>
<string name="conversation_information">Conversation Infos</string> <string name="conversation_information">Infos</string>
<string name="administrator">Admin</string> <string name="administrator">Admin</string>
<string name="conversation_subject_hint">Name your group</string> <string name="conversation_subject_hint">Name your group</string>
<string name="chat_room_infos_title">Infos</string> <string name="chat_room_infos_title">Infos</string>
<string name="chat_room_infos_admin">Admin</string> <string name="chat_room_infos_admin">Admin</string>
<string name="chat_room_participants">Participants</string> <string name="chat_room_participants">Participants</string>
<string name="chat_room_leave_group">Quitter le groupe</string> <string name="chat_room_leave_group">Leave the group</string>
<string name="chat_room_creation_filter_hint">Contact filter</string>
<!-- Status Bar --> <!-- Status Bar -->
<string name="status_connected">Registered</string> <string name="status_connected">Registered</string>