We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652f49a commit 002f5c3Copy full SHA for 002f5c3
sdkdemo/src/main/res/layout/activity_video_input_authorize.xml
@@ -21,7 +21,9 @@
21
android:layout_width="match_parent"
22
android:layout_height="56dp"
23
app:layout_constraintTop_toBottomOf="@id/v_title"
24
- android:layout_marginTop="30dp">
+ android:layout_marginTop="30dp"
25
+ android:visibility="gone">
26
+
27
28
<TextView
29
android:layout_width="wrap_content"
@@ -125,6 +127,7 @@
125
127
android:button="@null"
126
128
android:drawablePadding="8dp"
129
android:drawableLeft="@drawable/background_radio_check_style"
130
+ android:visibility="gone"
131
android:text="@string/use_video_sdk" />
132
133
<Button
0 commit comments