changing the hint text at creating a new conversation

This commit is contained in:
tibbi 2020-04-06 22:58:02 +02:00
parent 2a36a23782
commit 5487dbb435
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
android:layout_marginEnd="@dimen/activity_margin"
android:background="@android:color/transparent"
android:gravity="center_vertical"
android:hint="@string/add_contact_or_number"
android:hint="@string/select_contact_or_number"
android:inputType="textCapWords"
android:textSize="@dimen/big_text_size" />

View File

@ -37,7 +37,7 @@
android:background="@android:color/transparent"
android:completionThreshold="2"
android:gravity="center_vertical"
android:hint="@string/add_contact_or_number"
android:hint="@string/select_contact_or_number"
android:inputType="textCapWords"
android:textSize="@dimen/big_text_size" />

View File

@ -7,7 +7,7 @@
<!-- New message -->
<string name="create_new_message">Create new message</string>
<string name="add_contact_or_number">Add Contact or Phone Number…</string>
<string name="select_contact_or_number">Select Contact or Number…</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>