summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-03-14 16:28:56 -0700
committerJohn Reck <jreck@google.com>2011-03-14 16:28:56 -0700
commitf94df7eb15fcbca9e47d5163f087fa1425c4511d (patch)
tree281b6b66cee3378c9f430b1acf6254aa146472b0 /res/layout
parentac7538e0a49911b926eeebb811f61c6996c68ae3 (diff)
downloadpackages_apps_Browser-f94df7eb15fcbca9e47d5163f087fa1425c4511d.zip
packages_apps_Browser-f94df7eb15fcbca9e47d5163f087fa1425c4511d.tar.gz
packages_apps_Browser-f94df7eb15fcbca9e47d5163f087fa1425c4511d.tar.bz2
Switch account spinner to dropdown and holo style
Bug: 4093519 Change-Id: I0ac4670b325557616c24f024d86a85cf2e1ff141
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/url_bar.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/res/layout/url_bar.xml b/res/layout/url_bar.xml
index bf184a8..8743906 100644
--- a/res/layout/url_bar.xml
+++ b/res/layout/url_bar.xml
@@ -32,17 +32,15 @@
android:paddingLeft="15dip"
android:paddingRight="15dip"
android:textAppearance="?android:attr/textAppearanceMedium"/>
- <Button
+ <Spinner
android:id="@+id/autologin_account"
- android:background="@android:drawable/btn_dropdown"
- android:textColor="@android:color/primary_text_light"
android:layout_height="wrap_content"
- android:layout_width="wrap_content"/>
+ android:layout_width="wrap_content"
+ style="@android:style/Widget.Holo.Light.Spinner" />
<Button
android:id="@+id/autologin_login"
android:text="@string/autologin_bar_login_text"
- android:background="@android:drawable/btn_default"
- android:textColor="@android:color/primary_text_light"
+ style="@android:style/Widget.Holo.Light.Button"
android:layout_marginRight="15dip"
android:layout_height="wrap_content"
android:layout_width="wrap_content" />