File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
presentation/src/main/res/layout Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 34
34
android : orientation =" vertical"
35
35
app : layout_constraintGuide_end =" 16dp" />
36
36
37
+ <androidx .constraintlayout.widget.Guideline
38
+ android : id =" @+id/guideline_top"
39
+ android : layout_width =" wrap_content"
40
+ android : layout_height =" wrap_content"
41
+ android : orientation =" horizontal"
42
+ app : layout_constraintGuide_begin =" 55dp" />
43
+
37
44
<TextView
38
45
android : id =" @+id/text_view_last_time"
39
46
android : layout_width =" 0dp"
43
50
android : textSize =" 18sp"
44
51
app : layout_constraintEnd_toEndOf =" @id/guide_line_end"
45
52
app : layout_constraintStart_toStartOf =" @id/guide_line_start"
46
- app : layout_constraintTop_toTopOf =" parent "
53
+ app : layout_constraintTop_toTopOf =" @id/guideline_top "
47
54
tools : text =" 막차가 23시30분에 도착할 예정이에요!!" />
48
55
49
56
<androidx .cardview.widget.CardView
Original file line number Diff line number Diff line change 29
29
android : orientation =" vertical"
30
30
app : layout_constraintGuide_end =" 16dp" />
31
31
32
+ <androidx .constraintlayout.widget.Guideline
33
+ android : id =" @+id/guideline_top"
34
+ android : layout_width =" wrap_content"
35
+ android : layout_height =" wrap_content"
36
+ android : orientation =" horizontal"
37
+ app : layout_constraintGuide_begin =" 55dp" />
38
+
32
39
<com .google.android.material.textfield.TextInputLayout
33
40
android : id =" @+id/text_input_layout_place_search"
34
41
style =" @style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
38
45
app : endIconMode =" clear_text"
39
46
app : layout_constraintEnd_toEndOf =" @id/guide_line_end"
40
47
app : layout_constraintStart_toStartOf =" @id/guide_line_start"
41
- app : layout_constraintTop_toTopOf =" parent "
48
+ app : layout_constraintTop_toTopOf =" @id/guideline_top "
42
49
app : startIconDrawable =" @drawable/ic_baseline_search_24" >
43
50
44
51
<com .google.android.material.textfield.TextInputEditText
You can’t perform that action at this time.
0 commit comments