Skip to content

Commit ea05105

Browse files
committed
use bigger paddings at one liner textual settings
1 parent 7ad52ba commit ea05105

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

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

5858
dependencies {
59-
implementation 'com.github.SimpleMobileTools:Simple-Commons:3d04cf87bd'
59+
implementation 'com.github.SimpleMobileTools:Simple-Commons:3bbf37c7f9'
6060
implementation 'org.greenrobot:eventbus:3.2.0'
6161
implementation 'com.klinkerapps:android-smsmms:5.2.6'
6262
implementation 'com.github.tibbi:IndicatorFastScroll:c3de1d040a'

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<RelativeLayout
3030
android:id="@+id/settings_customize_colors_holder"
31-
style="@style/SettingsHolderTextViewStyle"
31+
style="@style/SettingsHolderTextViewOneLinerStyle"
3232
android:layout_width="match_parent"
3333
android:layout_height="wrap_content"
3434
android:background="@drawable/ripple_all_corners">
@@ -60,7 +60,7 @@
6060

6161
<RelativeLayout
6262
android:id="@+id/settings_customize_notifications_holder"
63-
style="@style/SettingsHolderTextViewStyle"
63+
style="@style/SettingsHolderTextViewOneLinerStyle"
6464
android:layout_width="match_parent"
6565
android:layout_height="wrap_content"
6666
android:background="@drawable/ripple_top_corners">
@@ -116,7 +116,7 @@
116116

117117
<RelativeLayout
118118
android:id="@+id/settings_purchase_thank_you_holder"
119-
style="@style/SettingsHolderTextViewStyle"
119+
style="@style/SettingsHolderTextViewOneLinerStyle"
120120
android:layout_width="match_parent"
121121
android:layout_height="wrap_content"
122122
android:background="@drawable/ripple_top_corners">
@@ -148,7 +148,7 @@
148148

149149
<RelativeLayout
150150
android:id="@+id/settings_change_date_time_format_holder"
151-
style="@style/SettingsHolderTextViewStyle"
151+
style="@style/SettingsHolderTextViewOneLinerStyle"
152152
android:layout_width="match_parent"
153153
android:layout_height="wrap_content"
154154
android:background="@drawable/ripple_background">
@@ -164,7 +164,7 @@
164164

165165
<RelativeLayout
166166
android:id="@+id/settings_manage_blocked_numbers_holder"
167-
style="@style/SettingsHolderTextViewStyle"
167+
style="@style/SettingsHolderTextViewOneLinerStyle"
168168
android:layout_width="match_parent"
169169
android:layout_height="wrap_content"
170170
android:background="@drawable/ripple_background">

0 commit comments

Comments
 (0)