Showing
2 changed files
with
14 additions
and
2 deletions
... | @@ -285,6 +285,7 @@ | ... | @@ -285,6 +285,7 @@ |
285 | android:id="@+id/jeonsaeButton" | 285 | android:id="@+id/jeonsaeButton" |
286 | android:layout_width="100dp" | 286 | android:layout_width="100dp" |
287 | android:layout_height="100dp" | 287 | android:layout_height="100dp" |
288 | + android:layout_gravity="center" | ||
288 | android:layout_margin="10dp" | 289 | android:layout_margin="10dp" |
289 | android:layout_weight="1" | 290 | android:layout_weight="1" |
290 | android:background="@drawable/circle_selector" | 291 | android:background="@drawable/circle_selector" |
... | @@ -298,14 +299,15 @@ | ... | @@ -298,14 +299,15 @@ |
298 | android:id="@+id/wolseButton" | 299 | android:id="@+id/wolseButton" |
299 | android:layout_width="100dp" | 300 | android:layout_width="100dp" |
300 | android:layout_height="100dp" | 301 | android:layout_height="100dp" |
302 | + android:layout_gravity="center" | ||
301 | android:layout_margin="10dp" | 303 | android:layout_margin="10dp" |
302 | android:layout_weight="1" | 304 | android:layout_weight="1" |
303 | android:background="@drawable/circle_selector" | 305 | android:background="@drawable/circle_selector" |
304 | android:text="월세" | 306 | android:text="월세" |
307 | + android:textColor="#757575" | ||
305 | android:textOff="월세" | 308 | android:textOff="월세" |
306 | android:textOn="월세" | 309 | android:textOn="월세" |
307 | - android:textSize="16dp" | 310 | + android:textSize="16dp" /> |
308 | - android:textColor="#757575" /> | ||
309 | 311 | ||
310 | </LinearLayout> | 312 | </LinearLayout> |
311 | 313 | ||
... | @@ -318,6 +320,7 @@ | ... | @@ -318,6 +320,7 @@ |
318 | android:id="@+id/kongkongButton" | 320 | android:id="@+id/kongkongButton" |
319 | android:layout_width="100dp" | 321 | android:layout_width="100dp" |
320 | android:layout_height="100dp" | 322 | android:layout_height="100dp" |
323 | + android:layout_gravity="center" | ||
321 | android:layout_margin="10dp" | 324 | android:layout_margin="10dp" |
322 | android:layout_weight="1" | 325 | android:layout_weight="1" |
323 | android:background="@drawable/circle_selector" | 326 | android:background="@drawable/circle_selector" |
... | @@ -331,6 +334,7 @@ | ... | @@ -331,6 +334,7 @@ |
331 | android:id="@+id/moosangButton" | 334 | android:id="@+id/moosangButton" |
332 | android:layout_width="100dp" | 335 | android:layout_width="100dp" |
333 | android:layout_height="100dp" | 336 | android:layout_height="100dp" |
337 | + android:layout_gravity="center" | ||
334 | android:layout_margin="10dp" | 338 | android:layout_margin="10dp" |
335 | android:layout_weight="1" | 339 | android:layout_weight="1" |
336 | android:background="@drawable/circle_selector" | 340 | android:background="@drawable/circle_selector" |
... | @@ -350,6 +354,7 @@ | ... | @@ -350,6 +354,7 @@ |
350 | android:id="@+id/bojangButton" | 354 | android:id="@+id/bojangButton" |
351 | android:layout_width="100dp" | 355 | android:layout_width="100dp" |
352 | android:layout_height="100dp" | 356 | android:layout_height="100dp" |
357 | + android:layout_gravity="center" | ||
353 | android:layout_margin="10dp" | 358 | android:layout_margin="10dp" |
354 | android:layout_weight="1" | 359 | android:layout_weight="1" |
355 | android:background="@drawable/circle_selector" | 360 | android:background="@drawable/circle_selector" |
... | @@ -363,6 +368,7 @@ | ... | @@ -363,6 +368,7 @@ |
363 | android:id="@+id/guitarButton" | 368 | android:id="@+id/guitarButton" |
364 | android:layout_width="100dp" | 369 | android:layout_width="100dp" |
365 | android:layout_height="100dp" | 370 | android:layout_height="100dp" |
371 | + android:layout_gravity="center" | ||
366 | android:layout_margin="10dp" | 372 | android:layout_margin="10dp" |
367 | android:layout_weight="1" | 373 | android:layout_weight="1" |
368 | android:background="@drawable/circle_selector" | 374 | android:background="@drawable/circle_selector" | ... | ... |
... | @@ -197,6 +197,7 @@ | ... | @@ -197,6 +197,7 @@ |
197 | android:id="@+id/nothingButton" | 197 | android:id="@+id/nothingButton" |
198 | android:layout_width="100dp" | 198 | android:layout_width="100dp" |
199 | android:layout_height="100dp" | 199 | android:layout_height="100dp" |
200 | + android:layout_gravity="center" | ||
200 | android:layout_margin="10dp" | 201 | android:layout_margin="10dp" |
201 | android:layout_weight="1" | 202 | android:layout_weight="1" |
202 | android:background="@drawable/circle_selector" | 203 | android:background="@drawable/circle_selector" |
... | @@ -210,6 +211,7 @@ | ... | @@ -210,6 +211,7 @@ |
210 | android:id="@+id/imshinButton" | 211 | android:id="@+id/imshinButton" |
211 | android:layout_width="100dp" | 212 | android:layout_width="100dp" |
212 | android:layout_height="100dp" | 213 | android:layout_height="100dp" |
214 | + android:layout_gravity="center" | ||
213 | android:layout_margin="10dp" | 215 | android:layout_margin="10dp" |
214 | android:layout_weight="1" | 216 | android:layout_weight="1" |
215 | android:background="@drawable/circle_selector" | 217 | android:background="@drawable/circle_selector" |
... | @@ -230,6 +232,7 @@ | ... | @@ -230,6 +232,7 @@ |
230 | android:id="@+id/nanchiButton" | 232 | android:id="@+id/nanchiButton" |
231 | android:layout_width="100dp" | 233 | android:layout_width="100dp" |
232 | android:layout_height="100dp" | 234 | android:layout_height="100dp" |
235 | + android:layout_gravity="center" | ||
233 | android:layout_margin="10dp" | 236 | android:layout_margin="10dp" |
234 | android:layout_weight="1" | 237 | android:layout_weight="1" |
235 | android:background="@drawable/circle_selector" | 238 | android:background="@drawable/circle_selector" |
... | @@ -243,6 +246,7 @@ | ... | @@ -243,6 +246,7 @@ |
243 | android:id="@+id/oeButton" | 246 | android:id="@+id/oeButton" |
244 | android:layout_width="100dp" | 247 | android:layout_width="100dp" |
245 | android:layout_height="100dp" | 248 | android:layout_height="100dp" |
249 | + android:layout_gravity="center" | ||
246 | android:layout_margin="10dp" | 250 | android:layout_margin="10dp" |
247 | android:layout_weight="1" | 251 | android:layout_weight="1" |
248 | android:background="@drawable/circle_selector" | 252 | android:background="@drawable/circle_selector" |
... | @@ -262,6 +266,7 @@ | ... | @@ -262,6 +266,7 @@ |
262 | android:id="@+id/yoyaangButton" | 266 | android:id="@+id/yoyaangButton" |
263 | android:layout_width="100dp" | 267 | android:layout_width="100dp" |
264 | android:layout_height="100dp" | 268 | android:layout_height="100dp" |
269 | + android:layout_gravity="center" | ||
265 | android:layout_margin="10dp" | 270 | android:layout_margin="10dp" |
266 | android:layout_weight="1" | 271 | android:layout_weight="1" |
267 | android:background="@drawable/circle_selector" | 272 | android:background="@drawable/circle_selector" |
... | @@ -275,6 +280,7 @@ | ... | @@ -275,6 +280,7 @@ |
275 | android:id="@+id/guitarButton" | 280 | android:id="@+id/guitarButton" |
276 | android:layout_width="100dp" | 281 | android:layout_width="100dp" |
277 | android:layout_height="100dp" | 282 | android:layout_height="100dp" |
283 | + android:layout_gravity="center" | ||
278 | android:layout_margin="10dp" | 284 | android:layout_margin="10dp" |
279 | android:layout_weight="1" | 285 | android:layout_weight="1" |
280 | android:background="@drawable/circle_selector" | 286 | android:background="@drawable/circle_selector" | ... | ... |
-
Please register or login to post a comment