File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
qpython/src/main/res/layout Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2525
2626 <android .support.v7.widget.AppCompatImageView
2727 android : id =" @+id/iv_icon"
28- android : layout_width =" 50dp "
29- android : layout_height =" 50dp "
28+ android : layout_width =" 1dp "
29+ android : layout_height =" 1dp "
3030 android : layout_marginLeft =" 15dp"
3131 android : layout_marginTop =" 15dp"
32+ android : visibility =" invisible"
3233 android : src =" @drawable/img_home_logo"
3334 app : layout_constraintStart_toStartOf =" parent"
3435 app : layout_constraintTop_toTopOf =" parent" />
8283 android : layout_marginLeft =" 15dp"
8384 android : background =" @drawable/agree_confirm_btn"
8485 android : gravity =" center"
85- android : text =" 同意并继续 "
86+ android : text =" @string/ok "
8687 android : textColor =" #ffffff"
8788 app : layout_constraintEnd_toEndOf =" parent"
8889 app : layout_constraintStart_toStartOf =" parent"
9798 android : layout_marginTop =" 6dp"
9899 android : layout_marginRight =" 15dp"
99100 android : gravity =" center"
100- android : text =" 退出并关闭 Python "
101+ android : text =" @string/cancel "
101102 android : textColor =" #999999"
102103 app : layout_constraintEnd_toEndOf =" parent"
103104 app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments