Skip to content

Commit 002f5c3

Browse files
committed
隐藏多媒体sdk选项
Change-Id: Ifd084d5ebd33e0d95fcb2b20c0f8f0a04e096f95
1 parent 652f49a commit 002f5c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sdkdemo/src/main/res/layout/activity_video_input_authorize.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@
2121
android:layout_width="match_parent"
2222
android:layout_height="56dp"
2323
app:layout_constraintTop_toBottomOf="@id/v_title"
24-
android:layout_marginTop="30dp">
24+
android:layout_marginTop="30dp"
25+
android:visibility="gone">
26+
2527

2628
<TextView
2729
android:layout_width="wrap_content"
@@ -125,6 +127,7 @@
125127
android:button="@null"
126128
android:drawablePadding="8dp"
127129
android:drawableLeft="@drawable/background_radio_check_style"
130+
android:visibility="gone"
128131
android:text="@string/use_video_sdk" />
129132

130133
<Button

0 commit comments

Comments
 (0)