|
28 | 28 |
|
29 | 29 | <RelativeLayout |
30 | 30 | android:id="@+id/settings_customize_colors_holder" |
31 | | - style="@style/SettingsHolderTextViewStyle" |
| 31 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
32 | 32 | android:layout_width="match_parent" |
33 | 33 | android:layout_height="wrap_content" |
34 | 34 | android:background="@drawable/ripple_all_corners"> |
|
60 | 60 |
|
61 | 61 | <RelativeLayout |
62 | 62 | android:id="@+id/settings_customize_notifications_holder" |
63 | | - style="@style/SettingsHolderTextViewStyle" |
| 63 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
64 | 64 | android:layout_width="match_parent" |
65 | 65 | android:layout_height="wrap_content" |
66 | 66 | android:background="@drawable/ripple_top_corners"> |
|
116 | 116 |
|
117 | 117 | <RelativeLayout |
118 | 118 | android:id="@+id/settings_purchase_thank_you_holder" |
119 | | - style="@style/SettingsHolderTextViewStyle" |
| 119 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
120 | 120 | android:layout_width="match_parent" |
121 | 121 | android:layout_height="wrap_content" |
122 | 122 | android:background="@drawable/ripple_top_corners"> |
|
148 | 148 |
|
149 | 149 | <RelativeLayout |
150 | 150 | android:id="@+id/settings_change_date_time_format_holder" |
151 | | - style="@style/SettingsHolderTextViewStyle" |
| 151 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
152 | 152 | android:layout_width="match_parent" |
153 | 153 | android:layout_height="wrap_content" |
154 | 154 | android:background="@drawable/ripple_background"> |
|
164 | 164 |
|
165 | 165 | <RelativeLayout |
166 | 166 | android:id="@+id/settings_manage_blocked_numbers_holder" |
167 | | - style="@style/SettingsHolderTextViewStyle" |
| 167 | + style="@style/SettingsHolderTextViewOneLinerStyle" |
168 | 168 | android:layout_width="match_parent" |
169 | 169 | android:layout_height="wrap_content" |
170 | 170 | android:background="@drawable/ripple_background"> |
|
0 commit comments