Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4651ec67 authored by András Kurucz's avatar András Kurucz Committed by Automerger Merge Worker
Browse files

Merge "Fix the shade footer alignment, if there is only one button" into udc-qpr-dev am: 8f60fa53

parents 174d8e00 8f60fa53
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
                android:layout_height="48dp"
                android:layout_marginTop="12dp"
                android:layout_marginStart="16dp"
                app:layout_constraintVertical_bias="0.0"
                app:layout_constraintHorizontal_bias="0.0"
                app:layout_constraintHorizontal_chainStyle="spread_inside"
                app:layout_constraintStart_toStartOf="parent"
                app:layout_constraintTop_toTopOf="parent"
@@ -65,7 +65,6 @@
                android:layout_height="48dp"
                android:layout_marginTop="12dp"
                android:layout_marginEnd="16dp"
                app:layout_constraintVertical_bias="1.0"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintTop_toTopOf="parent"
                app:layout_constraintStart_toEndOf="@id/manage_text"