Add margins to center icons *together*
This commit is contained in:
parent
1d25494274
commit
4b831d1ba0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue