couple more threading improvements here and there

This commit is contained in:
tibbi 2020-04-08 22:15:43 +02:00
parent 8b37aab610
commit 156620c917
10 changed files with 64 additions and 132 deletions

View file

@ -14,7 +14,7 @@
android:layout_toStartOf="@+id/new_message_confirm"
android:background="@android:color/transparent"
android:gravity="center_vertical"
android:hint="@string/select_contact_or_number"
android:hint="@string/add_contact_or_number"
android:inputType="textCapWords"
android:textSize="@dimen/big_text_size" />

View file

@ -51,7 +51,7 @@
android:background="@android:color/transparent"
android:completionThreshold="2"
android:gravity="center_vertical"
android:hint="@string/select_contact_or_number"
android:hint="@string/add_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="select_contact_or_number">Select Contact or Number…</string>
<string name="add_contact_or_number">Add Contact or Number…</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>