|
27 | 27 |
|
28 | 28 | <RelativeLayout |
29 | 29 | android:id="@+id/settings_customize_colors_holder" |
30 | | - style="@style/SettingsHolderTextViewStyle" |
| 30 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
31 | 31 | android:layout_width="match_parent" |
32 | 32 | android:layout_height="wrap_content" |
33 | 33 | android:background="@drawable/ripple_top_corners"> |
34 | 34 |
|
35 | 35 | <com.simplemobiletools.commons.views.MyTextView |
36 | 36 | android:id="@+id/settings_customize_colors_label" |
37 | | - style="@style/SettingsLeftLabelStyle" |
| 37 | + style="@style/SettingsTextLabelStyle" |
38 | 38 | android:layout_width="wrap_content" |
39 | 39 | android:layout_height="wrap_content" |
40 | 40 | android:text="@string/customize_colors" /> |
|
50 | 50 |
|
51 | 51 | <com.simplemobiletools.commons.views.MyTextView |
52 | 52 | android:id="@+id/settings_customize_widget_colors_label" |
53 | | - style="@style/SettingsLeftLabelStyle" |
| 53 | + style="@style/SettingsTextLabelStyle" |
54 | 54 | android:layout_width="wrap_content" |
55 | 55 | android:layout_height="wrap_content" |
56 | 56 | android:text="@string/customize_widget_colors" /> |
|
82 | 82 |
|
83 | 83 | <com.simplemobiletools.commons.views.MyTextView |
84 | 84 | android:id="@+id/settings_purchase_thank_you" |
85 | | - style="@style/SettingsLeftLabelStyle" |
| 85 | + style="@style/SettingsTextLabelStyle" |
86 | 86 | android:layout_width="wrap_content" |
87 | 87 | android:layout_height="wrap_content" |
88 | 88 | android:text="@string/purchase_simple_thank_you" /> |
|
0 commit comments