allow larger widget icons
This commit is contained in:
parent
e9802a9ed2
commit
a8daed90b5
@ -11,9 +11,9 @@
|
||||
android:orientation="vertical" >
|
||||
|
||||
<ImageView
|
||||
android:padding="4dp"
|
||||
android:layout_width="46dp"
|
||||
android:layout_height="46dp"
|
||||
android:padding="8dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:src="@drawable/ic_launcher" />
|
||||
|
Loading…
Reference in New Issue
Block a user