Skip to content

Commit c842a2a

Browse files
Update layout_watch_variants.xml
1 parent 1788f37 commit c842a2a

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
android:paddingBottom="12dp">
99

1010
<TextView
11-
android:layout_width="0dp"
11+
android:layout_width="match_parent"
1212
android:layout_height="wrap_content"
1313
android:text="Nothing selected"
1414
android:textSize="18sp"
@@ -18,9 +18,7 @@
1818
android:layout_marginHorizontal="8dp"
1919
android:layout_marginTop="8dp"
2020
android:background="@drawable/ripple_rect_you"
21-
app:layout_constraintTop_toTopOf="parent"
22-
app:layout_constraintLeft_toLeftOf="parent"
23-
app:layout_constraintRight_toLeftOf="@id/options" />
21+
app:layout_constraintTop_toTopOf="parent" />
2422

2523
<!--<ImageView
2624
android:id="@+id/options"

0 commit comments

Comments
 (0)