Merge change 25387 into eclair

* changes:
  Fix broken 9patch for hdpi.
This commit is contained in:
Android (Google) Code Review
2009-09-16 19:39:42 -04:00
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -15,8 +15,8 @@
-->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="294dip"
android:minHeight="72dip"
android:minWidth="311dip"
android:minHeight="80dip"
android:initialLayout="@layout/widget"
>
</appwidget-provider>