mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-05 12:26:45 +01:00
make the dialpad input text the same size as the buttons
This commit is contained in:
parent
2f59a84748
commit
d0ef3368f5
@ -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"/>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user