Skip to content

Commit

Permalink
Adjust bottom sheet layout
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Oct 30, 2024
1 parent 8aa3ca0 commit 4aa31dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/bottom_sheet_assistant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
android:paddingBottom="20dp">

<com.google.android.material.bottomsheet.BottomSheetDragHandleView
android:id="@+id/drag_handle"
android:layout_width="0dp"
android:id="@+id/drag_handler"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
Expand All @@ -28,7 +28,7 @@
android:textAppearance="?attr/textAppearanceTitleLarge"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/drag_handle" />
app:layout_constraintTop_toBottomOf="@id/drag_handler" />

<com.google.android.material.textview.MaterialTextView
android:id="@+id/summary"
Expand Down

0 comments on commit 4aa31dd

Please sign in to comment.