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
This commit is contained in:
Robert Snoeberger
2020-06-26 18:02:52 -04:00
parent fd910278e9
commit be58f2bc7b
2 changed files with 4 additions and 4 deletions

View File

@@ -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"
/>

View File

@@ -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"
/>