Skip to content

Commit b370f1c

Browse files
committed
refactor: layout_panel이 화면 크기에 맞게 조절되도록 변경
1 parent 0eec1b4 commit b370f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

presentation/src/main/res/layout/fragment_map.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,14 @@
6363

6464
<androidx.constraintlayout.widget.ConstraintLayout
6565
android:id="@+id/layout_panel"
66-
android:layout_width="300dp"
66+
android:layout_width="0dp"
6767
android:layout_height="0dp"
6868
android:layout_marginEnd="15dp"
6969
android:layout_marginTop="30dp"
7070
android:elevation="15dp"
7171
android:background="@drawable/background_panel"
7272
android:visibility="@{placeSearchViewModel.panelVisibility}"
73+
app:layout_constraintStart_toStartOf="@id/guideline_start"
7374
app:layout_constraintEnd_toStartOf="@id/layout_compass"
7475
app:layout_constraintTop_toTopOf="@id/layout_compass"
7576
app:layout_constraintBottom_toBottomOf="@id/guideline_bottom">

presentation/src/main/res/layout/home_bottom_sheet.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
android:id="@+id/drag_handle"
1717
android:layout_width="wrap_content"
1818
android:layout_height="wrap_content"
19-
android:backgroundTint="#404550"
2019
app:layout_constraintStart_toStartOf="parent"
2120
app:layout_constraintEnd_toEndOf="parent"
2221
app:layout_constraintTop_toTopOf="parent" />

0 commit comments

Comments
 (0)