Skip to content

Commit 8016f01

Browse files
committed
fix #601, fixing some RTL layout glitches
1 parent 7b9d42b commit 8016f01

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ android {
5757
}
5858

5959
dependencies {
60-
implementation 'com.simplemobiletools:commons:5.30.10'
60+
implementation 'com.simplemobiletools:commons:5.30.11'
6161
implementation 'joda-time:joda-time:2.10.1'
6262
implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5'
6363
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'

app/src/main/res/layout/activity_settings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<com.simplemobiletools.commons.views.MyTextView
2626
android:id="@+id/settings_customize_colors"
27-
android:layout_width="wrap_content"
27+
android:layout_width="match_parent"
2828
android:layout_height="wrap_content"
2929
android:layout_centerVertical="true"
3030
android:paddingStart="@dimen/medium_margin"
@@ -68,7 +68,7 @@
6868

6969
<com.simplemobiletools.commons.views.MyTextView
7070
android:id="@+id/settings_manage_contact_fields"
71-
android:layout_width="wrap_content"
71+
android:layout_width="match_parent"
7272
android:layout_height="wrap_content"
7373
android:layout_centerVertical="true"
7474
android:paddingStart="@dimen/medium_margin"
@@ -89,7 +89,7 @@
8989

9090
<com.simplemobiletools.commons.views.MyTextView
9191
android:id="@+id/settings_manage_tabs"
92-
android:layout_width="wrap_content"
92+
android:layout_width="match_parent"
9393
android:layout_height="wrap_content"
9494
android:layout_centerVertical="true"
9595
android:paddingStart="@dimen/medium_margin"

0 commit comments

Comments
 (0)