tweak the widget responsivness a bit
This commit is contained in:
parent
9e2847fb8f
commit
b812aeb7ce
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue