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

@ -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" />