mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
make the image on widget config screen wider
This commit is contained in:
parent
b812aeb7ce
commit
7b2f96b8f6
2 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@
|
|||
|
||||
<RelativeLayout
|
||||
android:id="@+id/config_image_holder"
|
||||
android:layout_width="@dimen/widget_initial_size"
|
||||
android:layout_width="160dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/folder_picker_holder">
|
||||
|
||||
|
@ -68,6 +68,7 @@
|
|||
android:id="@+id/config_image"
|
||||
android:layout_width="@dimen/widget_initial_size"
|
||||
android:layout_height="@dimen/widget_initial_size"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginLeft="@dimen/normal_margin"
|
||||
android:layout_marginTop="@dimen/normal_margin"
|
||||
android:layout_marginRight="@dimen/normal_margin"/>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
android:configure="com.simplemobiletools.gallery.pro.activities.WidgetConfigureActivity"
|
||||
android:initialLayout="@layout/widget"
|
||||
android:minWidth="@dimen/widget_initial_size"
|
||||
android:minHeight="@dimen/widget_initial_size"
|
||||
android:minHeight="40dp"
|
||||
android:minResizeWidth="40dp"
|
||||
android:minResizeHeight="40dp"
|
||||
android:resizeMode="horizontal|vertical"/>
|
||||
|
|
Loading…
Reference in a new issue