mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 21:06:09 +03:00
Adjust paddings
This commit is contained in:
parent
738884272c
commit
de8a95e853
2 changed files with 2 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue