Skip to content

Commit 925b2a3

Browse files
author
therealbluepandabear
committed
Fixed some constraint issues.
1 parent bbbe00f commit 925b2a3

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

app/src/main/res/layout/activity_main_bottom_sheet.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@
2020
android:id="@+id/imageView6"
2121
android:layout_width="wrap_content"
2222
android:layout_height="wrap_content"
23-
android:layout_marginStart="16dp"
2423
android:layout_marginTop="32dp"
25-
app:layout_constraintStart_toStartOf="parent"
24+
app:layout_constraintStart_toStartOf="@+id/imageView8"
2625
app:layout_constraintTop_toBottomOf="@+id/imageView8"
2726
app:srcCompat="@drawable/ic_baseline_image_24"
2827
app:tint="@color/black_color_daynight" />
@@ -89,10 +88,11 @@
8988
android:id="@+id/activityMainBottomSheet_viewDetails"
9089
android:layout_width="0dp"
9190
android:layout_height="0dp"
91+
android:layout_marginBottom="16dp"
9292
android:background="?android:attr/selectableItemBackground"
9393
android:clickable="true"
9494
android:focusable="true"
95-
app:layout_constraintBottom_toTopOf="@+id/activityMainBottomSheet_delete"
95+
app:layout_constraintBottom_toTopOf="@+id/textView3"
9696
app:layout_constraintEnd_toEndOf="parent"
9797
app:layout_constraintStart_toStartOf="parent"
9898
app:layout_constraintTop_toBottomOf="@+id/activityMainBottomSheet_duplicate" />
@@ -101,12 +101,11 @@
101101
android:id="@+id/activityMainBottomSheet_delete"
102102
android:layout_width="0dp"
103103
android:layout_height="0dp"
104-
android:layout_marginTop="16dp"
105104
android:background="?android:attr/selectableItemBackground"
106105
android:clickable="true"
107106
android:focusable="true"
108107
app:layout_constraintBottom_toBottomOf="parent"
109108
app:layout_constraintEnd_toEndOf="parent"
110109
app:layout_constraintStart_toStartOf="parent"
111-
app:layout_constraintTop_toBottomOf="@+id/textView" />
110+
app:layout_constraintTop_toBottomOf="@+id/activityMainBottomSheet_viewDetails" />
112111
</androidx.constraintlayout.widget.ConstraintLayout>

0 commit comments

Comments
 (0)