summaryrefslogtreecommitdiffstats
path: root/res/layout/widget.xml
diff options
context:
space:
mode:
authorPeter Ng <petergng@google.com>2011-08-29 21:08:57 -0700
committerPeter Ng <petergng@google.com>2011-08-30 10:45:56 -0700
commita1252ccf7b31d01a9612fc0479dc7a632cabf8a7 (patch)
tree18345d6552e51939cc53d873716726d194fe9146 /res/layout/widget.xml
parent427a7ba1048d81b6b4fdcf29072c7584f6c18b87 (diff)
downloadpackages_apps_Settings-a1252ccf7b31d01a9612fc0479dc7a632cabf8a7.zip
packages_apps_Settings-a1252ccf7b31d01a9612fc0479dc7a632cabf8a7.tar.gz
packages_apps_Settings-a1252ccf7b31d01a9612fc0479dc7a632cabf8a7.tar.bz2
Power control widget holofied
-brightness needs to implement brightness_half_holo state *fixed now in the patch { old assets should be removed also(any "appwidget" that doesn't have holo in it)} Change-Id: I2c1e754f68cf321c5b3517ba92c8f235b418e696
Diffstat (limited to 'res/layout/widget.xml')
-rw-r--r--res/layout/widget.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout/widget.xml b/res/layout/widget.xml
index 210fcc1..16f52f6 100644
--- a/res/layout/widget.xml
+++ b/res/layout/widget.xml
@@ -19,7 +19,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
- android:background="@drawable/appwidget_bg" >
+ android:background="@drawable/appwidget_bg_holo" >
<LinearLayout
android:id="@+id/btn_wifi"
@@ -50,7 +50,7 @@
<ImageView
android:layout_width="1dip"
android:layout_height="match_parent"
- android:background="@drawable/appwidget_settings_divider"
+ android:background="@drawable/appwidget_settings_divider_holo"
/>
<LinearLayout
@@ -83,7 +83,7 @@
<ImageView
android:layout_width="1dip"
android:layout_height="match_parent"
- android:background="@drawable/appwidget_settings_divider"
+ android:background="@drawable/appwidget_settings_divider_holo"
/>
<LinearLayout
@@ -115,7 +115,7 @@
<ImageView
android:layout_width="1dip"
android:layout_height="match_parent"
- android:background="@drawable/appwidget_settings_divider"
+ android:background="@drawable/appwidget_settings_divider_holo"
/>
<LinearLayout
@@ -147,7 +147,7 @@
<ImageView
android:layout_width="1dip"
android:layout_height="match_parent"
- android:background="@drawable/appwidget_settings_divider"
+ android:background="@drawable/appwidget_settings_divider_holo"
/>
<LinearLayout