File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <dimen name =" appwidget_min_width" >140dp</dimen >
4+ <dimen name =" appwidget_min_height" >110dp</dimen >
5+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <integer name =" appwidget_target_cell_width" >4</integer >
4+ <integer name =" appwidget_target_cell_height" >2</integer >
5+ </resources >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<appwidget-provider xmlns : android =" http://schemas.android.com/apk/res/android"
3- android : minWidth =" 140dp "
4- android : minHeight =" 110dp "
5- android : targetCellWidth =" 4 "
6- android : targetCellHeight =" 2 "
3+ android : minWidth =" @dimen/appwidget_min_width "
4+ android : minHeight =" @dimen/appwidget_min_height "
5+ android : targetCellWidth =" @integer/appwidget_target_cell_width "
6+ android : targetCellHeight =" @integer/appwidget_target_cell_height "
77 android : resizeMode =" horizontal|vertical"
88 android : widgetCategory =" home_screen"
99 android : initialLayout =" @layout/glance_default_loading_layout"
You can’t perform that action at this time.
0 commit comments