|
163 | 163 |
|
164 | 164 | </RelativeLayout> |
165 | 165 |
|
| 166 | + <include |
| 167 | + android:id="@+id/settings_general_settings_divider" |
| 168 | + layout="@layout/divider" /> |
| 169 | + |
| 170 | + <TextView |
| 171 | + android:id="@+id/settings_recording_section_label" |
| 172 | + style="@style/SettingsSectionLabelStyle" |
| 173 | + android:layout_width="match_parent" |
| 174 | + android:layout_height="wrap_content" |
| 175 | + android:text="@string/recording" /> |
| 176 | + |
166 | 177 | <RelativeLayout |
167 | 178 | android:id="@+id/settings_record_after_launch_holder" |
168 | 179 | style="@style/SettingsHolderSwitchStyle" |
|
216 | 227 |
|
217 | 228 | </RelativeLayout> |
218 | 229 |
|
219 | | - <RelativeLayout |
220 | | - android:id="@+id/settings_audio_source_holder" |
221 | | - style="@style/SettingsHolderTextViewStyle" |
222 | | - android:layout_width="match_parent" |
223 | | - android:layout_height="wrap_content"> |
224 | | - |
225 | | - <org.fossify.commons.views.MyTextView |
226 | | - android:id="@+id/settings_audio_source_label" |
227 | | - style="@style/SettingsTextLabelStyle" |
228 | | - android:layout_width="wrap_content" |
229 | | - android:layout_height="wrap_content" |
230 | | - android:text="@string/audio_source" /> |
231 | | - |
232 | | - <org.fossify.commons.views.MyTextView |
233 | | - android:id="@+id/settings_audio_source" |
234 | | - style="@style/SettingsTextValueStyle" |
235 | | - android:layout_width="match_parent" |
236 | | - android:layout_height="wrap_content" |
237 | | - android:layout_below="@+id/settings_audio_source_label" |
238 | | - tools:text="Camera" /> |
239 | | - </RelativeLayout> |
240 | | - |
241 | 230 | <RelativeLayout |
242 | 231 | android:id="@+id/settings_extension_holder" |
243 | 232 | style="@style/SettingsHolderTextViewStyle" |
|
307 | 296 |
|
308 | 297 | </RelativeLayout> |
309 | 298 |
|
| 299 | + <RelativeLayout |
| 300 | + android:id="@+id/settings_audio_source_holder" |
| 301 | + style="@style/SettingsHolderTextViewStyle" |
| 302 | + android:layout_width="match_parent" |
| 303 | + android:layout_height="wrap_content"> |
| 304 | + |
| 305 | + <org.fossify.commons.views.MyTextView |
| 306 | + android:id="@+id/settings_audio_source_label" |
| 307 | + style="@style/SettingsTextLabelStyle" |
| 308 | + android:layout_width="wrap_content" |
| 309 | + android:layout_height="wrap_content" |
| 310 | + android:text="@string/audio_source" /> |
| 311 | + |
| 312 | + <org.fossify.commons.views.MyTextView |
| 313 | + android:id="@+id/settings_audio_source" |
| 314 | + style="@style/SettingsTextValueStyle" |
| 315 | + android:layout_width="match_parent" |
| 316 | + android:layout_height="wrap_content" |
| 317 | + android:layout_below="@+id/settings_audio_source_label" |
| 318 | + tools:text="Camera" /> |
| 319 | + </RelativeLayout> |
| 320 | + |
310 | 321 | <include |
311 | | - android:id="@+id/settings_general_settings_divider" |
| 322 | + android:id="@+id/settings_recording_divider" |
312 | 323 | layout="@layout/divider" /> |
313 | 324 |
|
314 | 325 | <TextView |
|
0 commit comments