adding a placeholder at the number blocker

This commit is contained in:
tibbi 2019-08-14 20:50:50 +02:00
parent 1653aff8fb
commit 17d746fffd
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
android:layout_marginStart="@dimen/activity_margin"
android:layout_marginTop="@dimen/small_margin"
android:layout_marginEnd="@dimen/activity_margin"
android:hint="@string/number"
android:inputType="phone"
android:textCursorDrawable="@null"
android:textSize="@dimen/bigger_text_size"/>