make the dialpad input text the same size as the buttons

This commit is contained in:
tibbi 2018-09-27 14:28:25 +02:00
parent 2f59a84748
commit d0ef3368f5
2 changed files with 1 additions and 2 deletions

View File

@ -51,7 +51,7 @@
android:gravity="center"
android:inputType="phone"
android:textCursorDrawable="@null"
android:textSize="@dimen/dialpad_input_text_size"
android:textSize="@dimen/dialpad_text_size"
app:layout_constraintBottom_toTopOf="@+id/dialpad_2"
app:layout_constraintEnd_toStartOf="@+id/dialpad_clear_char"
app:layout_constraintStart_toStartOf="parent"/>

View File

@ -8,5 +8,4 @@
<dimen name="create_new_contact_height">68dp</dimen>
<dimen name="dialpad_button_size">60dp</dimen>
<dimen name="dialpad_text_size">34sp</dimen>
<dimen name="dialpad_input_text_size">40sp</dimen>
</resources>