Fix blank Battery Use screen due to changes in framework.

Changes in the framework to increase horizontal space for preferences
that don't have a "widget" caused BatteryUse preference to go blank.
Removed the widget_frame id from the layout file.

Change-Id: Ib67227eb3a7ae4019b22d9b89040f72aff63b605
This commit is contained in:
Amith Yamasani
2011-05-25 12:57:04 -07:00
parent cfd524f07a
commit 84272f1aa8

View File

@@ -19,8 +19,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight" android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical" android:gravity="center_vertical"
android:paddingLeft="12dip" android:paddingLeft="16dip"
android:id="@+android:id/widget_frame"
android:paddingRight="?android:attr/scrollbarSize"> android:paddingRight="?android:attr/scrollbarSize">
<ImageView <ImageView