|
80 | 80 | android:layout_height="wrap_content" |
81 | 81 | android:text="@string/general_settings" /> |
82 | 82 |
|
83 | | - <LinearLayout |
84 | | - android:id="@+id/settings_general_settings_holder" |
| 83 | + <RelativeLayout |
| 84 | + android:id="@+id/settings_purchase_thank_you_holder" |
| 85 | + style="@style/SettingsHolderTextViewStyle" |
85 | 86 | android:layout_width="match_parent" |
86 | | - android:layout_height="wrap_content" |
87 | | - android:orientation="vertical"> |
| 87 | + android:layout_height="wrap_content"> |
88 | 88 |
|
89 | | - <RelativeLayout |
90 | | - android:id="@+id/settings_purchase_thank_you_holder" |
91 | | - style="@style/SettingsHolderTextViewStyle" |
92 | | - android:layout_width="match_parent" |
93 | | - android:layout_height="wrap_content"> |
| 89 | + <com.simplemobiletools.commons.views.MyTextView |
| 90 | + android:id="@+id/settings_purchase_thank_you" |
| 91 | + style="@style/SettingsTextLabelStyle" |
| 92 | + android:layout_width="wrap_content" |
| 93 | + android:layout_height="wrap_content" |
| 94 | + android:text="@string/purchase_simple_thank_you" /> |
94 | 95 |
|
95 | | - <com.simplemobiletools.commons.views.MyTextView |
96 | | - android:id="@+id/settings_purchase_thank_you" |
97 | | - style="@style/SettingsTextLabelStyle" |
98 | | - android:layout_width="wrap_content" |
99 | | - android:layout_height="wrap_content" |
100 | | - android:text="@string/purchase_simple_thank_you" /> |
| 96 | + </RelativeLayout> |
101 | 97 |
|
102 | | - </RelativeLayout> |
| 98 | + <RelativeLayout |
| 99 | + android:id="@+id/settings_use_english_holder" |
| 100 | + style="@style/SettingsHolderCheckboxStyle" |
| 101 | + android:layout_width="match_parent" |
| 102 | + android:layout_height="wrap_content"> |
103 | 103 |
|
104 | | - <RelativeLayout |
105 | | - android:id="@+id/settings_use_english_holder" |
106 | | - style="@style/SettingsHolderCheckboxStyle" |
| 104 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 105 | + android:id="@+id/settings_use_english" |
| 106 | + style="@style/SettingsCheckboxStyle" |
107 | 107 | android:layout_width="match_parent" |
108 | | - android:layout_height="wrap_content"> |
| 108 | + android:layout_height="wrap_content" |
| 109 | + android:text="@string/use_english_language" /> |
109 | 110 |
|
110 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
111 | | - android:id="@+id/settings_use_english" |
112 | | - style="@style/SettingsCheckboxStyle" |
113 | | - android:layout_width="match_parent" |
114 | | - android:layout_height="wrap_content" |
115 | | - android:text="@string/use_english_language" /> |
| 111 | + </RelativeLayout> |
116 | 112 |
|
117 | | - </RelativeLayout> |
| 113 | + <RelativeLayout |
| 114 | + android:id="@+id/settings_language_holder" |
| 115 | + style="@style/SettingsHolderTextViewStyle" |
| 116 | + android:layout_width="match_parent" |
| 117 | + android:layout_height="wrap_content"> |
118 | 118 |
|
119 | | - <RelativeLayout |
120 | | - android:id="@+id/settings_language_holder" |
121 | | - style="@style/SettingsHolderTextViewStyle" |
122 | | - android:layout_width="match_parent" |
123 | | - android:layout_height="wrap_content"> |
124 | | - |
125 | | - <com.simplemobiletools.commons.views.MyTextView |
126 | | - android:id="@+id/settings_language_label" |
127 | | - style="@style/SettingsTextLabelStyle" |
128 | | - android:layout_width="wrap_content" |
129 | | - android:layout_height="wrap_content" |
130 | | - android:text="@string/language" /> |
131 | | - |
132 | | - <com.simplemobiletools.commons.views.MyTextView |
133 | | - android:id="@+id/settings_language" |
134 | | - style="@style/SettingsTextValueStyle" |
135 | | - android:layout_width="wrap_content" |
136 | | - android:layout_height="wrap_content" |
137 | | - android:layout_below="@+id/settings_language_label" |
138 | | - tools:text="English" /> |
139 | | - |
140 | | - </RelativeLayout> |
141 | | - |
142 | | - <RelativeLayout |
143 | | - android:id="@+id/settings_turn_flashlight_on_holder" |
144 | | - style="@style/SettingsHolderCheckboxStyle" |
145 | | - android:layout_width="match_parent" |
146 | | - android:layout_height="wrap_content"> |
| 119 | + <com.simplemobiletools.commons.views.MyTextView |
| 120 | + android:id="@+id/settings_language_label" |
| 121 | + style="@style/SettingsTextLabelStyle" |
| 122 | + android:layout_width="wrap_content" |
| 123 | + android:layout_height="wrap_content" |
| 124 | + android:text="@string/language" /> |
| 125 | + |
| 126 | + <com.simplemobiletools.commons.views.MyTextView |
| 127 | + android:id="@+id/settings_language" |
| 128 | + style="@style/SettingsTextValueStyle" |
| 129 | + android:layout_width="wrap_content" |
| 130 | + android:layout_height="wrap_content" |
| 131 | + android:layout_below="@+id/settings_language_label" |
| 132 | + tools:text="English" /> |
147 | 133 |
|
148 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
149 | | - android:id="@+id/settings_turn_flashlight_on" |
150 | | - style="@style/SettingsCheckboxStyle" |
151 | | - android:layout_width="match_parent" |
152 | | - android:layout_height="wrap_content" |
153 | | - android:text="@string/turn_flashlight_on" /> |
| 134 | + </RelativeLayout> |
154 | 135 |
|
155 | | - </RelativeLayout> |
| 136 | + <RelativeLayout |
| 137 | + android:id="@+id/settings_turn_flashlight_on_holder" |
| 138 | + style="@style/SettingsHolderCheckboxStyle" |
| 139 | + android:layout_width="match_parent" |
| 140 | + android:layout_height="wrap_content"> |
156 | 141 |
|
157 | | - <RelativeLayout |
158 | | - android:id="@+id/settings_force_portrait_holder" |
159 | | - style="@style/SettingsHolderCheckboxStyle" |
| 142 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 143 | + android:id="@+id/settings_turn_flashlight_on" |
| 144 | + style="@style/SettingsCheckboxStyle" |
160 | 145 | android:layout_width="match_parent" |
161 | | - android:layout_height="wrap_content"> |
| 146 | + android:layout_height="wrap_content" |
| 147 | + android:text="@string/turn_flashlight_on" /> |
162 | 148 |
|
163 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
164 | | - android:id="@+id/settings_force_portrait" |
165 | | - style="@style/SettingsCheckboxStyle" |
166 | | - android:layout_width="match_parent" |
167 | | - android:layout_height="wrap_content" |
168 | | - android:text="@string/force_portrait_mode" /> |
| 149 | + </RelativeLayout> |
169 | 150 |
|
170 | | - </RelativeLayout> |
| 151 | + <RelativeLayout |
| 152 | + android:id="@+id/settings_force_portrait_holder" |
| 153 | + style="@style/SettingsHolderCheckboxStyle" |
| 154 | + android:layout_width="match_parent" |
| 155 | + android:layout_height="wrap_content"> |
171 | 156 |
|
172 | | - <RelativeLayout |
173 | | - android:id="@+id/settings_bright_display_holder" |
174 | | - style="@style/SettingsHolderCheckboxStyle" |
| 157 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 158 | + android:id="@+id/settings_force_portrait" |
| 159 | + style="@style/SettingsCheckboxStyle" |
175 | 160 | android:layout_width="match_parent" |
176 | | - android:layout_height="wrap_content"> |
| 161 | + android:layout_height="wrap_content" |
| 162 | + android:text="@string/force_portrait_mode" /> |
177 | 163 |
|
178 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
179 | | - android:id="@+id/settings_bright_display" |
180 | | - style="@style/SettingsCheckboxStyle" |
181 | | - android:layout_width="match_parent" |
182 | | - android:layout_height="wrap_content" |
183 | | - android:text="@string/show_bright_display" /> |
| 164 | + </RelativeLayout> |
184 | 165 |
|
185 | | - </RelativeLayout> |
| 166 | + <RelativeLayout |
| 167 | + android:id="@+id/settings_bright_display_holder" |
| 168 | + style="@style/SettingsHolderCheckboxStyle" |
| 169 | + android:layout_width="match_parent" |
| 170 | + android:layout_height="wrap_content"> |
186 | 171 |
|
187 | | - <RelativeLayout |
188 | | - android:id="@+id/settings_sos_holder" |
189 | | - style="@style/SettingsHolderCheckboxStyle" |
| 172 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 173 | + android:id="@+id/settings_bright_display" |
| 174 | + style="@style/SettingsCheckboxStyle" |
190 | 175 | android:layout_width="match_parent" |
191 | | - android:layout_height="wrap_content"> |
| 176 | + android:layout_height="wrap_content" |
| 177 | + android:text="@string/show_bright_display" /> |
192 | 178 |
|
193 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
194 | | - android:id="@+id/settings_sos" |
195 | | - style="@style/SettingsCheckboxStyle" |
196 | | - android:layout_width="match_parent" |
197 | | - android:layout_height="wrap_content" |
198 | | - android:text="@string/show_sos" /> |
| 179 | + </RelativeLayout> |
199 | 180 |
|
200 | | - </RelativeLayout> |
| 181 | + <RelativeLayout |
| 182 | + android:id="@+id/settings_sos_holder" |
| 183 | + style="@style/SettingsHolderCheckboxStyle" |
| 184 | + android:layout_width="match_parent" |
| 185 | + android:layout_height="wrap_content"> |
201 | 186 |
|
202 | | - <RelativeLayout |
203 | | - android:id="@+id/settings_stroboscope_holder" |
204 | | - style="@style/SettingsHolderCheckboxStyle" |
| 187 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 188 | + android:id="@+id/settings_sos" |
| 189 | + style="@style/SettingsCheckboxStyle" |
205 | 190 | android:layout_width="match_parent" |
206 | | - android:layout_height="wrap_content"> |
| 191 | + android:layout_height="wrap_content" |
| 192 | + android:text="@string/show_sos" /> |
| 193 | + |
| 194 | + </RelativeLayout> |
207 | 195 |
|
208 | | - <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
209 | | - android:id="@+id/settings_stroboscope" |
210 | | - style="@style/SettingsCheckboxStyle" |
211 | | - android:layout_width="match_parent" |
212 | | - android:layout_height="wrap_content" |
213 | | - android:text="@string/show_stroboscope" /> |
| 196 | + <RelativeLayout |
| 197 | + android:id="@+id/settings_stroboscope_holder" |
| 198 | + style="@style/SettingsHolderCheckboxStyle" |
| 199 | + android:layout_width="match_parent" |
| 200 | + android:layout_height="wrap_content"> |
| 201 | + |
| 202 | + <com.simplemobiletools.commons.views.MyAppCompatCheckbox |
| 203 | + android:id="@+id/settings_stroboscope" |
| 204 | + style="@style/SettingsCheckboxStyle" |
| 205 | + android:layout_width="match_parent" |
| 206 | + android:layout_height="wrap_content" |
| 207 | + android:text="@string/show_stroboscope" /> |
214 | 208 |
|
215 | | - </RelativeLayout> |
216 | | - </LinearLayout> |
| 209 | + </RelativeLayout> |
217 | 210 | </LinearLayout> |
218 | 211 | </androidx.core.widget.NestedScrollView> |
219 | 212 | </androidx.coordinatorlayout.widget.CoordinatorLayout> |
0 commit comments