Skip to content

Commit

Permalink
Toggle location of settings and minimize buttons
Browse files Browse the repository at this point in the history
on volume controller layout.

To have the minimize button at the end like on the volume bar layout,
and to avoid two minimize buttons to close to each other.
  • Loading branch information
kaaholst committed Aug 14, 2023
1 parent 51283a8 commit ac648ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Squeezer/src/main/res/layout/volume_adjust.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
android:layout_width="36dp"
android:layout_height="36dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:icon="@drawable/ic_action_down"/>

<TextView
Expand All @@ -55,7 +55,7 @@
android:layout_width="36dp"
android:layout_height="36dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:icon="@drawable/ic_settings"/>

<uk.org.ngo.squeezer.widget.Croller
Expand Down

0 comments on commit ac648ad

Please sign in to comment.