mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix warning about using layout_constraintWidth_default
This commit is contained in:
parent
2f192f4c4d
commit
0c2262ccba
1 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
<androidx.cardview.widget.CardView
|
<androidx.cardview.widget.CardView
|
||||||
android:id="@+id/overflow_card_view"
|
android:id="@+id/overflow_card_view"
|
||||||
android:layout_width="0dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="24dp"
|
android:layout_marginStart="24dp"
|
||||||
android:layout_marginEnd="14dp"
|
android:layout_marginEnd="14dp"
|
||||||
|
@ -29,7 +29,6 @@
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
app:layout_constraintWidth_min="250dp"
|
app:layout_constraintWidth_min="250dp"
|
||||||
app:layout_constraintWidth_default="wrap"
|
|
||||||
app:layout_constrainedWidth="true">
|
app:layout_constrainedWidth="true">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue