am ab049a19: Increase dimens for power control widget for sw600dp

* commit 'ab049a196bf6a5ced45467810e38c6e33a1b4a82':
  Increase dimens for power control widget for sw600dp
This commit is contained in:
Andrew Flynn
2012-06-05 15:02:27 -07:00
committed by Android Git Automerger
3 changed files with 6 additions and 2 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"
>