|
82 | 82 | android:layout_weight="1" |
83 | 83 | android:orientation="horizontal"> |
84 | 84 | <RelativeLayout |
85 | | - |
| 85 | + android:id="@+id/line" |
86 | 86 | android:layout_width="0dp" |
87 | 87 | android:layout_height="match_parent" |
88 | 88 | android:layout_weight="1"> |
89 | | - <ImageView |
| 89 | + <ImageView android:id="@+id/lineIcon" |
90 | 90 | android:layout_width="100px" |
91 | 91 | android:layout_height="100px" |
92 | 92 | android:layout_centerInParent="true" |
93 | 93 | android:scaleType="fitXY" |
94 | | - /> |
| 94 | + android:src="@drawable/line" |
| 95 | + /> |
95 | 96 | </RelativeLayout> |
96 | 97 |
|
97 | 98 | <RelativeLayout |
98 | | - |
| 99 | + android:id="@+id/rect" |
99 | 100 | android:layout_width="0dp" |
100 | 101 | android:layout_height="match_parent" |
101 | 102 | android:layout_weight="1"> |
102 | | - <ImageView |
| 103 | + <ImageView android:id="@+id/rectIcon" |
103 | 104 | android:layout_width="100px" |
104 | 105 | android:layout_height="100px" |
105 | | - android:layout_centerInParent="true" |
106 | | - android:scaleType="fitXY" |
107 | | - /> |
| 106 | + android:background="@drawable/border_shape_white" |
| 107 | + android:scaleType="fitXY" android:layout_centerVertical="true" |
| 108 | + android:layout_centerHorizontal="true"/> |
108 | 109 | </RelativeLayout> |
109 | 110 | </LinearLayout> |
110 | 111 |
|
|
138 | 139 | android:layout_height="100px" |
139 | 140 | android:layout_centerInParent="true" |
140 | 141 | android:scaleType="fitXY" |
141 | | - /> |
| 142 | + /> |
142 | 143 | </RelativeLayout> |
143 | 144 | </LinearLayout> |
144 | 145 |
|
145 | | - |
146 | 146 | <View android:layout_width="match_parent" android:layout_height="1px" |
147 | 147 | android:background="#11161d"/> |
148 | 148 |
|
|
160 | 160 | android:layout_height="100px" |
161 | 161 | android:layout_centerInParent="true" |
162 | 162 | android:scaleType="fitXY" |
163 | | - /> |
| 163 | + /> |
164 | 164 | </RelativeLayout> |
165 | 165 |
|
166 | 166 | <RelativeLayout |
|
173 | 173 | android:layout_height="100px" |
174 | 174 | android:layout_centerInParent="true" |
175 | 175 | android:scaleType="fitXY" |
176 | | - /> |
| 176 | + /> |
177 | 177 | </RelativeLayout> |
178 | 178 | </LinearLayout> |
179 | 179 |
|
| 180 | + |
180 | 181 | <View android:layout_width="match_parent" android:layout_height="1px" |
181 | 182 | android:background="#11161d"/> |
182 | 183 |
|
|
194 | 195 | android:layout_height="100px" |
195 | 196 | android:layout_centerInParent="true" |
196 | 197 | android:scaleType="fitXY" |
197 | | - /> |
| 198 | + /> |
198 | 199 | </RelativeLayout> |
199 | 200 |
|
200 | 201 | <RelativeLayout |
|
211 | 212 | </RelativeLayout> |
212 | 213 | </LinearLayout> |
213 | 214 |
|
214 | | - |
215 | 215 | <View android:layout_width="match_parent" android:layout_height="1px" |
216 | 216 | android:background="#11161d"/> |
217 | 217 |
|
|
220 | 220 | android:layout_weight="1" |
221 | 221 | android:orientation="horizontal"> |
222 | 222 | <RelativeLayout |
223 | | - android:id="@+id/line" |
| 223 | + |
224 | 224 | android:layout_width="0dp" |
225 | 225 | android:layout_height="match_parent" |
226 | 226 | android:layout_weight="1"> |
227 | | - <ImageView android:id="@+id/lineIcon" |
| 227 | + <ImageView |
228 | 228 | android:layout_width="100px" |
229 | 229 | android:layout_height="100px" |
230 | 230 | android:layout_centerInParent="true" |
231 | 231 | android:scaleType="fitXY" |
232 | | - /> |
| 232 | + /> |
233 | 233 | </RelativeLayout> |
234 | 234 |
|
235 | 235 | <RelativeLayout |
236 | | - android:id="@+id/rect" |
| 236 | + |
237 | 237 | android:layout_width="0dp" |
238 | 238 | android:layout_height="match_parent" |
239 | 239 | android:layout_weight="1"> |
240 | | - <ImageView android:id="@+id/rectIcon" |
| 240 | + <ImageView |
241 | 241 | android:layout_width="100px" |
242 | 242 | android:layout_height="100px" |
243 | | - android:background="@drawable/border_shape_white" |
244 | | - android:scaleType="fitXY" android:layout_centerVertical="true" |
245 | | - android:layout_centerHorizontal="true"/> |
| 243 | + android:layout_centerInParent="true" |
| 244 | + android:scaleType="fitXY" |
| 245 | + /> |
246 | 246 | </RelativeLayout> |
247 | 247 | </LinearLayout> |
248 | 248 |
|
| 249 | + |
249 | 250 | <View android:layout_width="match_parent" android:layout_height="1px" |
250 | 251 | android:background="#11161d"/> |
251 | 252 |
|
| 253 | + |
| 254 | + |
252 | 255 | <LinearLayout android:layout_width="match_parent" |
253 | 256 | android:layout_height="0dp" |
254 | 257 | android:layout_weight="1" |
|
0 commit comments