File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
presentation/src/main/res/layout Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 63
63
64
64
<androidx .constraintlayout.widget.ConstraintLayout
65
65
android : id =" @+id/layout_panel"
66
- android : layout_width =" 300dp "
66
+ android : layout_width =" 0dp "
67
67
android : layout_height =" 0dp"
68
68
android : layout_marginEnd =" 15dp"
69
69
android : layout_marginTop =" 30dp"
70
70
android : elevation =" 15dp"
71
71
android : background =" @drawable/background_panel"
72
72
android : visibility =" @{placeSearchViewModel.panelVisibility}"
73
+ app : layout_constraintStart_toStartOf =" @id/guideline_start"
73
74
app : layout_constraintEnd_toStartOf =" @id/layout_compass"
74
75
app : layout_constraintTop_toTopOf =" @id/layout_compass"
75
76
app : layout_constraintBottom_toBottomOf =" @id/guideline_bottom" >
Original file line number Diff line number Diff line change 16
16
android : id =" @+id/drag_handle"
17
17
android : layout_width =" wrap_content"
18
18
android : layout_height =" wrap_content"
19
- android : backgroundTint =" #404550"
20
19
app : layout_constraintStart_toStartOf =" parent"
21
20
app : layout_constraintEnd_toEndOf =" parent"
22
21
app : layout_constraintTop_toTopOf =" parent" />
You can’t perform that action at this time.
0 commit comments