Adjust paddings

This commit is contained in:
Stefan Niedermann 2021-03-07 21:36:27 +01:00 committed by Niedermann IT-Dienstleistungen
parent 738884272c
commit de8a95e853
2 changed files with 2 additions and 8 deletions

View file

@ -6,10 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="@dimen/spacer_1hx"
android:paddingTop="@dimen/spacer_1x"
android:paddingEnd="@dimen/spacer_1hx"
android:paddingBottom="@dimen/spacer_1x">
android:padding="@dimen/spacer_1x">
<ImageView
android:id="@+id/widget_entry_fav_icon"

View file

@ -6,10 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingStart="@dimen/spacer_1hx"
android:paddingTop="@dimen/spacer_1x"
android:paddingEnd="@dimen/spacer_1hx"
android:paddingBottom="@dimen/spacer_1x">
android:padding="@dimen/spacer_1x">
<ImageView
android:id="@+id/widget_entry_fav_icon"