File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
sdkdemo/src/main/res/layout Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments