mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
changing the hint text at creating a new conversation
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
android:layout_marginEnd="@dimen/activity_margin"
|
android:layout_marginEnd="@dimen/activity_margin"
|
||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:hint="@string/add_contact_or_number"
|
android:hint="@string/select_contact_or_number"
|
||||||
android:inputType="textCapWords"
|
android:inputType="textCapWords"
|
||||||
android:textSize="@dimen/big_text_size" />
|
android:textSize="@dimen/big_text_size" />
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:completionThreshold="2"
|
android:completionThreshold="2"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
android:hint="@string/add_contact_or_number"
|
android:hint="@string/select_contact_or_number"
|
||||||
android:inputType="textCapWords"
|
android:inputType="textCapWords"
|
||||||
android:textSize="@dimen/big_text_size" />
|
android:textSize="@dimen/big_text_size" />
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<!-- New message -->
|
<!-- New message -->
|
||||||
<string name="create_new_message">Create new message</string>
|
<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 -->
|
<!-- Notifications -->
|
||||||
<string name="channel_received_sms">Received SMS</string>
|
<string name="channel_received_sms">Received SMS</string>
|
||||||
|
Reference in New Issue
Block a user