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

Commit be58f2bc authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Vertically center app icon with app name

Bug: 159990829
Test: manual - Change text size to smallest and look at app icon.
Verify that icon is aligned to center of app name text.
Test: manual - Change text size to largest and do the same check as
above.

Change-Id: I88ca6c7ff908d76f87bce2e87e8d11a07c77c902
parent fd910278
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
        android:layout_width="16dp"
        android:layout_height="16dp"
        android:layout_marginStart="18dp"
        android:layout_marginTop="22dp"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintTop_toTopOf="@id/app_name"
        app:layout_constraintBottom_toBottomOf="@id/app_name"
        app:layout_constraintStart_toStartOf="parent"
        />

+2 −2
Original line number Diff line number Diff line
@@ -22,8 +22,8 @@
        android:layout_width="16dp"
        android:layout_height="16dp"
        android:layout_marginStart="18dp"
        android:layout_marginTop="22dp"
        app:layout_constraintTop_toTopOf="parent"
        app:layout_constraintTop_toTopOf="@id/app_name"
        app:layout_constraintBottom_toBottomOf="@id/app_name"
        app:layout_constraintStart_toStartOf="parent"
        />