summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2010-12-17 16:27:23 +0800
committerChung-yih Wang <cywang@google.com>2010-12-20 17:28:40 +0800
commit222cc95121fa2f645257e55f208d23558f570e65 (patch)
tree2b3b0b703c5c29e1106b159a4296c6723872a893 /res/values
parent1afe2a1ff266f1ccd7fccf2c37e97d2136384896 (diff)
downloadpackages_apps_LegacyCamera-222cc95121fa2f645257e55f208d23558f570e65.zip
packages_apps_LegacyCamera-222cc95121fa2f645257e55f208d23558f570e65.tar.gz
packages_apps_LegacyCamera-222cc95121fa2f645257e55f208d23558f570e65.tar.bz2
Use ListView for basic setting popup windows.
bug:3278543 Change-Id: I4a1a31113dd5614eabb6ed5ebb0b2857f930b135
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index da32dbc..d6519f3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -87,6 +87,7 @@
<item name="android:gravity">left|center_vertical</item>
<item name="android:layout_width">200dp</item>
<item name="android:layout_height">match_parent</item>
+ <item name="android:textColor">@android:color/white</item>
<item name="android:singleLine">true</item>
</style>
<style name="SettingRow">
@@ -94,6 +95,8 @@
<item name="android:orientation">horizontal</item>
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">48dp</item>
+ <item name="android:paddingLeft">16dp</item>
+ <item name="android:paddingRight">16dp</item>
<item name="android:background">@drawable/setting_picker</item>
</style>
<style name="OnScreenGpsIndicator">