File tree 1 file changed +5
-4
lines changed
qpython/src/main/res/layout
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
<android .support.v7.widget.AppCompatImageView
27
27
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 "
30
30
android : layout_marginLeft =" 15dp"
31
31
android : layout_marginTop =" 15dp"
32
+ android : visibility =" invisible"
32
33
android : src =" @drawable/img_home_logo"
33
34
app : layout_constraintStart_toStartOf =" parent"
34
35
app : layout_constraintTop_toTopOf =" parent" />
82
83
android : layout_marginLeft =" 15dp"
83
84
android : background =" @drawable/agree_confirm_btn"
84
85
android : gravity =" center"
85
- android : text =" 同意并继续 "
86
+ android : text =" @string/ok "
86
87
android : textColor =" #ffffff"
87
88
app : layout_constraintEnd_toEndOf =" parent"
88
89
app : layout_constraintStart_toStartOf =" parent"
97
98
android : layout_marginTop =" 6dp"
98
99
android : layout_marginRight =" 15dp"
99
100
android : gravity =" center"
100
- android : text =" 退出并关闭 Python "
101
+ android : text =" @string/cancel "
101
102
android : textColor =" #999999"
102
103
app : layout_constraintEnd_toEndOf =" parent"
103
104
app : layout_constraintStart_toStartOf =" parent"
You can’t perform that action at this time.
0 commit comments