|
@@ -2,7 +2,7 @@
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
- android:layout_width="270dp"
|
|
|
+ android:layout_width="380dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:orientation="vertical"
|
|
@@ -28,7 +28,7 @@
|
|
|
<!-- 신호등 이미지 -->
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="62dp"
|
|
|
android:gravity="center"
|
|
|
android:orientation="horizontal"
|
|
|
android:weightSum="11">
|