mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-16 11:40:51 +01:00
changing the hint text at creating a new conversation
This commit is contained in:
parent
2a36a23782
commit
5487dbb435
@ -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" />
|
||||
|
||||
|
@ -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" />
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user