File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
<LinearLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : layout_width =" match_parent"
4
4
android : layout_height =" wrap_content"
5
+ xmlns : tools =" http://schemas.android.com/tools"
5
6
android : background =" ?android:attr/selectableItemBackground"
6
7
android : orientation =" horizontal" >
7
8
10
11
android : layout_height =" wrap_content"
11
12
android : orientation =" vertical" >
12
13
13
-
14
14
<LinearLayout
15
15
android : layout_width =" match_parent"
16
16
android : layout_height =" match_parent"
29
29
android : layout_weight =" 7"
30
30
android : includeFontPadding =" false"
31
31
android : lineSpacingExtra =" -4dp"
32
- android : text =" 내용"
32
+ tools : text =" 메뉴더하기+메뉴더하기+메뉴더하기+메뉴더하기+메뉴더하기+메뉴더하기"
33
+ android:lineHeight = " 20.dp"
33
34
android : textColor =" @color/black" />
34
35
35
36
<TextView
40
41
android : layout_weight =" 1.5"
41
42
android : gravity =" center"
42
43
android : includeFontPadding =" false"
43
- android : text =" 5,000"
44
+ tools : text =" 5,000"
44
45
android : textColor =" @color/black" />
45
46
46
47
<TextView
51
52
android : layout_weight =" 1.5"
52
53
android : gravity =" center"
53
54
android : includeFontPadding =" false"
54
- android : text =" 3.6"
55
+ tools : text =" 3.6"
55
56
android : textColor =" @color/black" />
56
57
</LinearLayout >
57
58
</LinearLayout >
You can’t perform that action at this time.
0 commit comments