|
85 | 85 | android:layout_below="@id/buttonContainer" |
86 | 86 | android:text="Basic Settings" |
87 | 87 | android:textSize="@dimen/inputTitleSize" |
88 | | - android:visibility="invisible" |
| 88 | + android:visibility="gone" |
89 | 89 | /> |
90 | 90 | <View |
91 | 91 | android:id="@+id/basicSettingsTopDivider" |
92 | 92 | android:layout_height="@dimen/inputBorderThickness" |
93 | 93 | android:layout_width="match_parent" |
94 | 94 | android:background="@color/inputBorder" |
95 | 95 | android:layout_below="@id/basicSettingsText" |
96 | | - android:visibility="invisible"/> |
| 96 | + android:visibility="gone"/> |
97 | 97 |
|
98 | 98 | <!-- Container Type --> |
99 | 99 | <LinearLayout |
|
103 | 103 | android:layout_height="wrap_content" |
104 | 104 | android:background="@color/inputBackground" |
105 | 105 | android:layout_below="@id/basicSettingsTopDivider" |
106 | | - android:visibility="invisible"> |
| 106 | + android:visibility="gone"> |
107 | 107 | <TextView |
108 | 108 | android:text="Container" |
109 | 109 | android:layout_height="wrap_content" |
|
125 | 125 | android:layout_width="match_parent" |
126 | 126 | android:background="@color/inputBorder" |
127 | 127 | android:layout_below="@id/containerTypeContainer" |
128 | | - android:visibility="invisible"/> |
| 128 | + android:visibility="gone"/> |
129 | 129 |
|
130 | 130 | <!-- Video Settings Title --> |
131 | 131 | <TextView |
|
139 | 139 | android:layout_below="@id/containerTypeContainerDivider" |
140 | 140 | android:text="Video Settings" |
141 | 141 | android:textSize="@dimen/inputTitleSize" |
142 | | - android:visibility="invisible" |
| 142 | + android:visibility="gone" |
143 | 143 | /> |
144 | 144 | <View |
145 | 145 | android:id="@+id/videoSettingsTextTopDivider" |
146 | 146 | android:layout_height="@dimen/inputBorderThickness" |
147 | 147 | android:layout_width="match_parent" |
148 | 148 | android:background="@color/inputBorder" |
149 | 149 | android:layout_below="@id/videoSettingsText" |
150 | | - android:visibility="invisible"/> |
| 150 | + android:visibility="gone"/> |
151 | 151 |
|
152 | 152 | <!-- Video Codec --> |
153 | 153 | <LinearLayout |
|
157 | 157 | android:layout_height="wrap_content" |
158 | 158 | android:background="@color/inputBackground" |
159 | 159 | android:layout_below="@id/videoSettingsTextTopDivider" |
160 | | - android:visibility="invisible"> |
| 160 | + android:visibility="gone"> |
161 | 161 | <TextView |
162 | 162 | android:text="Codec" |
163 | 163 | android:layout_height="wrap_content" |
|
179 | 179 | android:layout_width="match_parent" |
180 | 180 | android:background="@color/inputBorder" |
181 | 181 | android:layout_below="@id/videoCodecContainer" |
182 | | - android:visibility="invisible"/> |
| 182 | + android:visibility="gone"/> |
183 | 183 |
|
184 | 184 | <!-- Frames Per Second --> |
185 | 185 | <LinearLayout |
|
189 | 189 | android:layout_height="wrap_content" |
190 | 190 | android:background="@color/inputBackground" |
191 | 191 | android:layout_below="@id/videoCodecContainerDivider" |
192 | | - android:visibility="invisible"> |
| 192 | + android:visibility="gone"> |
193 | 193 | <TextView |
194 | 194 | android:text="FPS" |
195 | 195 | android:layout_height="wrap_content" |
|
211 | 211 | android:layout_width="match_parent" |
212 | 212 | android:background="@color/inputBorder" |
213 | 213 | android:layout_below="@id/fpsContainer" |
214 | | - android:visibility="invisible"/> |
| 214 | + android:visibility="gone"/> |
215 | 215 |
|
216 | 216 | <!-- Resolution --> |
217 | 217 | <LinearLayout |
|
221 | 221 | android:layout_height="wrap_content" |
222 | 222 | android:background="@color/inputBackground" |
223 | 223 | android:layout_below="@id/fpsContainerDivider" |
224 | | - android:visibility="invisible"> |
| 224 | + android:visibility="gone"> |
225 | 225 | <TextView |
226 | 226 | android:text="Resolution" |
227 | 227 | android:layout_height="wrap_content" |
|
243 | 243 | android:layout_width="match_parent" |
244 | 244 | android:background="@color/inputBorder" |
245 | 245 | android:layout_below="@id/resolutionContainer" |
246 | | - android:visibility="invisible"/> |
| 246 | + android:visibility="gone"/> |
247 | 247 |
|
248 | 248 | <!-- Video Bitrate --> |
249 | 249 | <LinearLayout |
|
253 | 253 | android:layout_height="wrap_content" |
254 | 254 | android:background="@color/inputBackground" |
255 | 255 | android:layout_below="@id/resolutionContainerDivider" |
256 | | - android:visibility="invisible"> |
| 256 | + android:visibility="gone"> |
257 | 257 | <TextView |
258 | 258 | android:text="Bitrate" |
259 | 259 | android:layout_height="wrap_content" |
|
275 | 275 | android:layout_width="match_parent" |
276 | 276 | android:background="@color/inputBorder" |
277 | 277 | android:layout_below="@id/videoBitrateContainer" |
278 | | - android:visibility="invisible"/> |
| 278 | + android:visibility="gone"/> |
279 | 279 |
|
280 | 280 | <!-- Audio Settings Title --> |
281 | 281 | <TextView |
|
289 | 289 | android:layout_below="@id/videoBitrateContainerDivider" |
290 | 290 | android:text="Audio Settings" |
291 | 291 | android:textSize="@dimen/inputTitleSize" |
292 | | - android:visibility="invisible" |
| 292 | + android:visibility="gone" |
293 | 293 | /> |
294 | 294 | <View |
295 | 295 | android:id="@+id/audioSettingsTextTopDivider" |
296 | 296 | android:layout_height="@dimen/inputBorderThickness" |
297 | 297 | android:layout_width="match_parent" |
298 | 298 | android:background="@color/inputBorder" |
299 | 299 | android:layout_below="@id/audioSettingsText" |
300 | | - android:visibility="invisible"/> |
| 300 | + android:visibility="gone"/> |
301 | 301 |
|
302 | 302 | <!-- Audio Codec --> |
303 | 303 | <LinearLayout |
|
307 | 307 | android:layout_height="wrap_content" |
308 | 308 | android:background="@color/inputBackground" |
309 | 309 | android:layout_below="@id/audioSettingsTextTopDivider" |
310 | | - android:visibility="invisible"> |
| 310 | + android:visibility="gone"> |
311 | 311 | <TextView |
312 | 312 | android:text="Codec" |
313 | 313 | android:layout_height="wrap_content" |
|
329 | 329 | android:layout_width="match_parent" |
330 | 330 | android:background="@color/inputBorder" |
331 | 331 | android:layout_below="@id/audioCodecContainer" |
332 | | - android:visibility="invisible"/> |
| 332 | + android:visibility="gone"/> |
333 | 333 |
|
334 | 334 | <!-- Audio Bitrate --> |
335 | 335 | <LinearLayout |
|
339 | 339 | android:layout_height="wrap_content" |
340 | 340 | android:background="@color/inputBackground" |
341 | 341 | android:layout_below="@id/audioCodecContainerDivider" |
342 | | - android:visibility="invisible"> |
| 342 | + android:visibility="gone"> |
343 | 343 | <TextView |
344 | 344 | android:text="Bitrate" |
345 | 345 | android:layout_height="wrap_content" |
|
361 | 361 | android:layout_width="match_parent" |
362 | 362 | android:background="@color/inputBorder" |
363 | 363 | android:layout_below="@id/audioBitrateContainer" |
364 | | - android:visibility="invisible"/> |
| 364 | + android:visibility="gone"/> |
365 | 365 |
|
366 | 366 | <!-- Audio Sample Rate --> |
367 | 367 | <LinearLayout |
|
371 | 371 | android:layout_height="wrap_content" |
372 | 372 | android:background="@color/inputBackground" |
373 | 373 | android:layout_below="@id/audioBitrateContainerDivider" |
374 | | - android:visibility="invisible"> |
| 374 | + android:visibility="gone"> |
375 | 375 | <TextView |
376 | 376 | android:text="Sample Rate" |
377 | 377 | android:layout_height="wrap_content" |
|
393 | 393 | android:layout_width="match_parent" |
394 | 394 | android:background="@color/inputBorder" |
395 | 395 | android:layout_below="@id/audioSampleRateContainer" |
396 | | - android:visibility="invisible"/> |
| 396 | + android:visibility="gone"/> |
397 | 397 |
|
398 | 398 | <!-- Audio Channel --> |
399 | 399 | <LinearLayout |
|
403 | 403 | android:layout_height="wrap_content" |
404 | 404 | android:background="@color/inputBackground" |
405 | 405 | android:layout_below="@id/audioSampleRateContainerDivider" |
406 | | - android:visibility="invisible"> |
| 406 | + android:visibility="gone"> |
407 | 407 | <TextView |
408 | 408 | android:text="Channel" |
409 | 409 | android:layout_height="wrap_content" |
|
425 | 425 | android:layout_width="match_parent" |
426 | 426 | android:background="@color/inputBorder" |
427 | 427 | android:layout_below="@id/audioChannelContainer" |
428 | | - android:visibility="invisible"/> |
| 428 | + android:visibility="gone"/> |
429 | 429 |
|
430 | 430 | </RelativeLayout> |
431 | 431 |
|
|
0 commit comments