Skip to content

Commit 1cb4bf8

Browse files
committed
updating commons
1 parent 092d55a commit 1cb4bf8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ android {
5555
}
5656

5757
dependencies {
58-
implementation 'com.github.SimpleMobileTools:Simple-Commons:820461691b'
58+
implementation 'com.github.SimpleMobileTools:Simple-Commons:14033f9b50'
5959
implementation 'org.greenrobot:eventbus:3.2.0'
60-
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
60+
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
6161
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
<RelativeLayout
2929
android:id="@+id/settings_customize_colors_holder"
30-
style="@style/SettingsHolderTextViewStyle"
30+
style="@style/SettingsHolderTextViewOneLinerStyle"
3131
android:layout_width="match_parent"
3232
android:layout_height="wrap_content"
3333
android:background="@drawable/ripple_top_corners">
3434

3535
<com.simplemobiletools.commons.views.MyTextView
3636
android:id="@+id/settings_customize_colors_label"
37-
style="@style/SettingsLeftLabelStyle"
37+
style="@style/SettingsTextLabelStyle"
3838
android:layout_width="wrap_content"
3939
android:layout_height="wrap_content"
4040
android:text="@string/customize_colors" />
@@ -50,7 +50,7 @@
5050

5151
<com.simplemobiletools.commons.views.MyTextView
5252
android:id="@+id/settings_customize_widget_colors_label"
53-
style="@style/SettingsLeftLabelStyle"
53+
style="@style/SettingsTextLabelStyle"
5454
android:layout_width="wrap_content"
5555
android:layout_height="wrap_content"
5656
android:text="@string/customize_widget_colors" />
@@ -82,7 +82,7 @@
8282

8383
<com.simplemobiletools.commons.views.MyTextView
8484
android:id="@+id/settings_purchase_thank_you"
85-
style="@style/SettingsLeftLabelStyle"
85+
style="@style/SettingsTextLabelStyle"
8686
android:layout_width="wrap_content"
8787
android:layout_height="wrap_content"
8888
android:text="@string/purchase_simple_thank_you" />

0 commit comments

Comments
 (0)