add a bit of top padding to the widget

This commit is contained in:
tibbi 2018-12-16 21:18:16 +01:00
parent e40963a6b8
commit bc454195ce

View file

@ -11,6 +11,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_above="@+id/widget_folder_name" android:layout_above="@+id/widget_folder_name"
android:paddingTop="@dimen/tiny_margin"
tools:src="@mipmap/ic_launcher"/> tools:src="@mipmap/ic_launcher"/>
<TextView <TextView