Skip to content

Commit 1a81fcd

Browse files
committed
修改ui默认值
1 parent 8165272 commit 1a81fcd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
android:id="@+id/swt_cross"
6565
android:layout_width="wrap_content"
6666
android:layout_height="wrap_content"
67+
android:checked="true"
6768
app:layout_constraintBottom_toBottomOf="@+id/tv_cross"
6869
app:layout_constraintStart_toEndOf="@+id/tv_cross"
6970
app:layout_constraintTop_toTopOf="@+id/tv_cross"
@@ -87,15 +88,15 @@
8788
layout="@layout/input_item_layout"
8889
android:layout_width="match_parent"
8990
android:layout_height="56dp"
90-
android:visibility="gone"
91+
android:visibility="visible"
9192
app:layout_constraintTop_toBottomOf="@id/btn_app_paste" />
9293

9394
<include
9495
android:id="@+id/app_Secret_layout"
9596
layout="@layout/input_item_layout"
9697
android:layout_width="match_parent"
9798
android:layout_height="56dp"
98-
android:visibility="gone"
99+
android:visibility="visible"
99100
app:layout_constraintTop_toBottomOf="@id/app_key_layout" />
100101

101102
<TextView

0 commit comments

Comments
 (0)