Skip to content

Commit b59adf8

Browse files
authored
[Chore] item_menu 메뉴가 2줄 이상인 경우 행간 추가 (#256)
1 parent ad73bba commit b59adf8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/src/main/res/layout/item_menu.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="wrap_content"
5+
xmlns:tools="http://schemas.android.com/tools"
56
android:background="?android:attr/selectableItemBackground"
67
android:orientation="horizontal">
78

@@ -10,7 +11,6 @@
1011
android:layout_height="wrap_content"
1112
android:orientation="vertical">
1213

13-
1414
<LinearLayout
1515
android:layout_width="match_parent"
1616
android:layout_height="match_parent"
@@ -29,7 +29,8 @@
2929
android:layout_weight="7"
3030
android:includeFontPadding="false"
3131
android:lineSpacingExtra="-4dp"
32-
android:text="내용"
32+
tools:text="메뉴더하기+메뉴더하기+메뉴더하기+메뉴더하기+메뉴더하기+메뉴더하기"
33+
android:lineHeight = "20.dp"
3334
android:textColor="@color/black" />
3435

3536
<TextView
@@ -40,7 +41,7 @@
4041
android:layout_weight="1.5"
4142
android:gravity="center"
4243
android:includeFontPadding="false"
43-
android:text="5,000"
44+
tools:text="5,000"
4445
android:textColor="@color/black" />
4546

4647
<TextView
@@ -51,7 +52,7 @@
5152
android:layout_weight="1.5"
5253
android:gravity="center"
5354
android:includeFontPadding="false"
54-
android:text="3.6"
55+
tools:text="3.6"
5556
android:textColor="@color/black" />
5657
</LinearLayout>
5758
</LinearLayout>

0 commit comments

Comments
 (0)