File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <dimen name =" appwidget_min_width" >140dp </dimen >
3+ <dimen name =" appwidget_min_width" >250dp </dimen >
44 <dimen name =" appwidget_min_height" >110dp</dimen >
5+ <dimen name =" appwidget_min_resize_width" >110dp</dimen >
6+ <dimen name =" appwidget_min_resize_height" >110dp</dimen >
57</resources >
Original file line number Diff line number Diff line change 33 xmlns : tools =" http://schemas.android.com/tools"
44 android : minWidth =" @dimen/appwidget_min_width"
55 android : minHeight =" @dimen/appwidget_min_height"
6+ android : minResizeWidth =" @dimen/appwidget_min_resize_width"
7+ android : minResizeHeight =" @dimen/appwidget_min_resize_height"
68 android : targetCellWidth =" @integer/appwidget_target_cell_width"
79 android : targetCellHeight =" @integer/appwidget_target_cell_height"
810 android : resizeMode =" horizontal|vertical"
You can’t perform that action at this time.
0 commit comments