make the dialpad input text the same size as the buttons
This commit is contained in:
parent
2f59a84748
commit
d0ef3368f5
2 changed files with 1 additions and 2 deletions
|
|
@ -51,7 +51,7 @@
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:inputType="phone"
|
android:inputType="phone"
|
||||||
android:textCursorDrawable="@null"
|
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_constraintBottom_toTopOf="@+id/dialpad_2"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/dialpad_clear_char"
|
app:layout_constraintEnd_toStartOf="@+id/dialpad_clear_char"
|
||||||
app:layout_constraintStart_toStartOf="parent"/>
|
app:layout_constraintStart_toStartOf="parent"/>
|
||||||
|
|
|
||||||
|
|
@ -8,5 +8,4 @@
|
||||||
<dimen name="create_new_contact_height">68dp</dimen>
|
<dimen name="create_new_contact_height">68dp</dimen>
|
||||||
<dimen name="dialpad_button_size">60dp</dimen>
|
<dimen name="dialpad_button_size">60dp</dimen>
|
||||||
<dimen name="dialpad_text_size">34sp</dimen>
|
<dimen name="dialpad_text_size">34sp</dimen>
|
||||||
<dimen name="dialpad_input_text_size">40sp</dimen>
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue