Skip to content

Commit

Permalink
Update layout_watch_variants.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBoomDeveloper authored May 12, 2024
1 parent 1788f37 commit c842a2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/res/layout/layout_watch_variants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
android:paddingBottom="12dp">

<TextView
android:layout_width="0dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Nothing selected"
android:textSize="18sp"
Expand All @@ -18,9 +18,7 @@
android:layout_marginHorizontal="8dp"
android:layout_marginTop="8dp"
android:background="@drawable/ripple_rect_you"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toLeftOf="@id/options" />
app:layout_constraintTop_toTopOf="parent" />

<!--<ImageView
android:id="@+id/options"
Expand Down

0 comments on commit c842a2a

Please sign in to comment.