mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 13:08:00 +01:00
add a bit of top padding to the widget
This commit is contained in:
parent
e40963a6b8
commit
bc454195ce
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue