mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
make the dialpad input text the same size as the buttons
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user