mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-02-19 04:50:53 +01:00
Disable RTL layout in dialpad view
This commit is contained in:
parent
0b1ef3ee87
commit
7bc514ea1f
@ -89,6 +89,7 @@
|
||||
android:layout_marginStart="@dimen/activity_margin"
|
||||
android:gravity="center"
|
||||
android:inputType="phone"
|
||||
android:layoutDirection="ltr"
|
||||
android:textCursorDrawable="@null"
|
||||
android:textSize="@dimen/dialpad_text_size"
|
||||
app:layout_constraintBottom_toTopOf="@+id/dialpad_wrapper"
|
||||
@ -101,6 +102,7 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginEnd="@dimen/activity_margin"
|
||||
android:background="?attr/selectableItemBackgroundBorderless"
|
||||
android:layoutDirection="ltr"
|
||||
android:paddingStart="@dimen/activity_margin"
|
||||
android:paddingEnd="@dimen/activity_margin"
|
||||
android:src="@drawable/ic_clear_vector"
|
||||
|
@ -7,6 +7,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:focusableInTouchMode="true"
|
||||
android:layoutDirection="ltr"
|
||||
android:paddingTop="@dimen/medium_margin"
|
||||
tools:ignore="HardcodedText">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user