tweak the widget responsivness a bit

This commit is contained in:
tibbi 2018-12-16 21:10:06 +01:00
parent 9e2847fb8f
commit b812aeb7ce

View file

@ -10,13 +10,14 @@
android:id="@+id/widget_imageview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/widget_folder_name"
tools:src="@mipmap/ic_launcher"/>
<TextView
android:id="@+id/widget_folder_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/widget_imageview"
android:layout_alignParentBottom="true"
android:ellipsize="end"
android:gravity="center"
android:lines="1"