We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1788f37 commit c842a2aCopy full SHA for c842a2a
1 file changed
app/src/main/res/layout/layout_watch_variants.xml
@@ -8,7 +8,7 @@
8
android:paddingBottom="12dp">
9
10
<TextView
11
- android:layout_width="0dp"
+ android:layout_width="match_parent"
12
android:layout_height="wrap_content"
13
android:text="Nothing selected"
14
android:textSize="18sp"
@@ -18,9 +18,7 @@
18
android:layout_marginHorizontal="8dp"
19
android:layout_marginTop="8dp"
20
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" />
+ app:layout_constraintTop_toTopOf="parent" />
24
25
<!--<ImageView
26
android:id="@+id/options"
0 commit comments