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

Commit 69622d53 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Maintain alignment of subtitle in mgmt screen" into rvc-dev am:...

Merge "Maintain alignment of subtitle in mgmt screen" into rvc-dev am: 3ccae84e am: 9b1b1e7b am: 8b67e074 am: 5d8e76d7

Change-Id: I593f76e7de6fa76e8f98fb6d1ec6800669757f9e
parents 0ec811c0 5d8e76d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,12 +92,12 @@
        android:ellipsize="end"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintEnd_toStartOf="@id/favorite"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintTop_toTopOf="@id/favorite"
    />

    <CheckBox
        android:id="@+id/favorite"
        android:visibility="gone"
        android:visibility="invisible"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom|end"