File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
presentation/src/main/res/layout Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 21
21
android : layout_width =" wrap_content"
22
22
android : layout_height =" wrap_content"
23
23
android : text =" @string/loading_text"
24
- android : textColor =" @color/black"
25
- android : textStyle =" bold"
24
+ android : textColor =" @color/main_dark_grey"
26
25
app : layout_constraintEnd_toEndOf =" @id/circular_progress"
27
26
app : layout_constraintStart_toStartOf =" @id/circular_progress"
28
27
app : layout_constraintTop_toBottomOf =" @id/circular_progress" />
Original file line number Diff line number Diff line change 45
45
46
46
<TextView
47
47
android : id =" @+id/text_view_name"
48
- android : layout_width =" wrap_content "
48
+ android : layout_width =" 0dp "
49
49
android : layout_height =" wrap_content"
50
50
android : layout_marginStart =" 10dp"
51
51
android : text =" @{routeItem.name}"
52
52
android : textColor =" @color/main_dark_grey"
53
53
android : textSize =" 15sp"
54
+ android : ellipsize =" end"
55
+ android : maxLines =" 1"
54
56
android : gravity =" center_vertical"
55
57
app : layout_constraintStart_toEndOf =" @id/text_view_start"
58
+ app : layout_constraintEnd_toEndOf =" @id/guideline_end"
56
59
app : layout_constraintTop_toTopOf =" @id/image_view_current_line"
57
60
app : layout_constraintBottom_toBottomOf =" @id/image_view_current_line"
61
+ app : layout_constraintHorizontal_bias =" 0"
58
62
tools : text =" 이엔씨벤쳐드림타워3차" />
59
63
60
64
<View
Original file line number Diff line number Diff line change 45
45
46
46
<TextView
47
47
android : id =" @+id/text_view_name"
48
- android : layout_width =" wrap_content "
48
+ android : layout_width =" 0dp "
49
49
android : layout_height =" wrap_content"
50
50
android : layout_marginStart =" 10dp"
51
51
android : text =" @{routeItem.name}"
52
52
android : textColor =" @color/main_dark_grey"
53
53
android : textSize =" 15sp"
54
+ android : ellipsize =" end"
55
+ android : maxLines =" 1"
54
56
android : gravity =" center_vertical"
55
57
app : layout_constraintStart_toEndOf =" @id/text_view_start"
58
+ app : layout_constraintEnd_toEndOf =" @id/guideline_end"
56
59
app : layout_constraintTop_toTopOf =" @id/image_view_current_line"
57
60
app : layout_constraintBottom_toBottomOf =" @id/image_view_current_line"
61
+ app : layout_constraintHorizontal_bias =" 0"
58
62
tools : text =" Naver1784" />
59
63
60
64
<View
Original file line number Diff line number Diff line change 34
34
35
35
<TextView
36
36
android : id =" @+id/text_view_name"
37
- android : layout_width =" wrap_content "
37
+ android : layout_width =" 0dp "
38
38
android : layout_height =" wrap_content"
39
39
android : layout_marginStart =" 15dp"
40
40
android : text =" @{routeItem.name}"
41
41
android : textColor =" @color/main_dark_grey"
42
42
android : textSize =" 15sp"
43
+ android : ellipsize =" end"
44
+ android : maxLines =" 1"
43
45
android : gravity =" center_vertical"
44
46
app : layout_constraintStart_toEndOf =" @id/image_view_current_line"
47
+ app : layout_constraintEnd_toEndOf =" @id/guideline_end"
45
48
app : layout_constraintTop_toTopOf =" @id/image_view_current_line"
46
49
app : layout_constraintBottom_toBottomOf =" @id/image_view_current_line"
50
+ app : layout_constraintHorizontal_bias =" 0"
47
51
tools : text =" 이엔씨드림타워3차" />
48
52
49
53
<TextView
You can’t perform that action at this time.
0 commit comments