Merge pull request #867 from adillari/profile_tab_margin_fix

Adjust margins on profile tab to center icons together
This commit is contained in:
Gregory K 2024-09-08 09:11:23 +03:00 committed by GitHub
commit 9cbfb1a7f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="8dp"
android:layout_gravity="top|center_horizontal"
android:scaleType="centerCrop"
android:importantForAccessibility="no"
@ -155,7 +156,7 @@
android:layout_height="32dp"
android:layout_gravity="top|center_horizontal"
android:layout_marginTop="12dp"
android:layout_marginStart="24dp"
android:layout_marginStart="16dp"
android:importantForAccessibility="no"
android:scaleType="center"
android:tint="@color/tab_bar_icon"