|
76 | 76 | tools:text="1.00M"/> |
77 | 77 | </RelativeLayout> |
78 | 78 |
|
79 | | - <ImageView |
80 | | - android:layout_width="match_parent" |
81 | | - android:layout_height="1dp" |
82 | | - android:background="@color/diy_white" |
83 | | - android:paddingLeft="16dp" |
84 | | - android:paddingRight="16dp" |
85 | | - android:src="@color/diy_gray"/> |
86 | | - |
87 | | - <RelativeLayout |
88 | | - android:layout_width="match_parent" |
89 | | - android:layout_height="wrap_content" |
90 | | - android:background="@color/diy_white" |
91 | | - android:padding="16dp"> |
92 | | - |
93 | | - <TextView |
94 | | - android:layout_width="wrap_content" |
95 | | - android:layout_height="wrap_content" |
96 | | - android:text="使用内置浏览器" |
97 | | - android:textSize="16sp"/> |
98 | | - |
99 | | - <Switch |
100 | | - android:id="@+id/use_inside_browser" |
101 | | - android:layout_width="wrap_content" |
102 | | - android:layout_height="wrap_content" |
103 | | - android:layout_alignParentRight="true" |
104 | | - android:checked="true" |
105 | | - android:textOff="用户" |
106 | | - android:textOn="内置"/> |
107 | | - </RelativeLayout> |
108 | | - |
109 | 79 | <ImageView |
110 | 80 | android:layout_width="match_parent" |
111 | 81 | android:layout_height="1dp" |
|
143 | 113 | android:paddingRight="16dp" |
144 | 114 | android:src="@color/diy_gray"/> |
145 | 115 |
|
| 116 | + <TextView |
| 117 | + android:visibility="gone" |
| 118 | + android:id="@+id/check_version" |
| 119 | + android:layout_width="match_parent" |
| 120 | + android:layout_height="wrap_content" |
| 121 | + android:background="@color/diy_white" |
| 122 | + android:padding="16dp" |
| 123 | + android:text="检测更新" |
| 124 | + android:textSize="16sp"/> |
146 | 125 |
|
147 | 126 | <TextView |
148 | 127 | android:id="@+id/about" |
|
0 commit comments