hide the cursor at the dialpad

This commit is contained in:
tibbi
2022-08-11 21:04:14 +02:00
parent 4996279370
commit 91b681ea79
2 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:edc62ece69' implementation 'com.github.SimpleMobileTools:Simple-Commons:4a71789f06'
implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61' implementation 'com.github.tibbi:IndicatorFastScroll:4524cd0b61'
implementation 'me.grantland:autofittextview:0.2.1' implementation 'me.grantland:autofittextview:0.2.1'
} }

View File

@ -87,6 +87,7 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="@dimen/activity_margin" android:layout_marginStart="@dimen/activity_margin"
android:cursorVisible="false"
android:gravity="center" android:gravity="center"
android:inputType="phone" android:inputType="phone"
android:textCursorDrawable="@null" android:textCursorDrawable="@null"