For #14718: Increase touch target for resync button.

pull/90/head
mcarare 4 years ago committed by Mihai Adrian Carare
parent bdc306f2ba
commit f7217021da

@ -19,10 +19,11 @@
<ImageView
android:id="@+id/refresh_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="60dp"
android:layout_marginEnd="16dp"
android:layout_width="48dp"
android:layout_height="48dp"
android:padding="12dp"
android:layout_marginTop="48dp"
android:layout_marginEnd="4dp"
android:background="?android:attr/selectableItemBackgroundBorderless"
app:srcCompat="@drawable/mozac_ic_refresh"
app:tint="?primaryText" />

Loading…
Cancel
Save