1
0
Fork 0

For #10281: Change margin with padding to allow flexbox to stretch.

master
mcarare 2020-06-12 13:45:54 +03:00 committed by Emily Kager
parent 0ebfa4f947
commit 852720f8c6
2 changed files with 4 additions and 4 deletions

View File

@ -7,6 +7,7 @@
android:id="@+id/top_sites_list"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:paddingStart="4dp"
android:paddingEnd="4dp"
android:layout_marginBottom="8dp"
tools:listitem="@layout/top_site_item" />

View File

@ -8,8 +8,7 @@
android:id="@+id/top_site_item"
android:layout_width="64dp"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp">
android:padding="8dp">
<FrameLayout
android:id="@+id/favicon_wrapper"