Increase dimens for power control widget for sw600dp
Bug: 6527125 Change-Id: If4c3dad24e8fc70ca76bb551cfd9e32be96a6337
This commit is contained in:
@@ -30,4 +30,6 @@
|
||||
<dimen name="setup_margin_bottom">0dip</dimen>
|
||||
<dimen name="setup_button_size">48dip</dimen>
|
||||
<dimen name="setup_item_margin">32dip</dimen>
|
||||
<dimen name="appwidget_min_width">325dip</dimen>
|
||||
<dimen name="appwidget_min_height">50dip</dimen>
|
||||
</resources>
|
||||
|
@@ -49,4 +49,6 @@
|
||||
|
||||
<!-- Size of icons in the top-level of settings -->
|
||||
<dimen name="header_icon_width">32dp</dimen>
|
||||
<dimen name="appwidget_min_width">260dip</dimen>
|
||||
<dimen name="appwidget_min_height">40dip</dimen>
|
||||
</resources>
|
||||
|
@@ -15,8 +15,8 @@
|
||||
-->
|
||||
|
||||
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="260dip"
|
||||
android:minHeight="40dip"
|
||||
android:minWidth="@dimen/appwidget_min_width"
|
||||
android:minHeight="@dimen/appwidget_min_height"
|
||||
android:previewImage="@drawable/preview"
|
||||
android:initialLayout="@layout/widget"
|
||||
>
|
||||
|
Reference in New Issue
Block a user