diff options
author | Chung-yih Wang <cywang@google.com> | 2010-12-01 12:02:09 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2010-12-03 16:08:23 +0800 |
commit | 1d12db9c16f57894aee41d004b4e21d684cc269d (patch) | |
tree | 438d2c5ce82465c2772033df95397f718b53de27 /res/values/styles.xml | |
parent | 742593ed71ebff889a0a23eeba6d7309def6c4fb (diff) | |
download | LegacyCamera-1d12db9c16f57894aee41d004b4e21d684cc269d.zip LegacyCamera-1d12db9c16f57894aee41d004b4e21d684cc269d.tar.gz LegacyCamera-1d12db9c16f57894aee41d004b4e21d684cc269d.tar.bz2 |
Highlight the selected setting in popup windows.
bug:3242797
Change-Id: Iba2c93a2213723a16137a2083de10f3300feee2f
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 0fa707b..0d0634f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -80,10 +80,12 @@ </style> <style name="SettingRow"> <item name="android:layout_marginLeft">16dp</item> + <item name="android:layout_marginRight">16dp</item> <item name="android:gravity">center_vertical</item> <item name="android:orientation">horizontal</item> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">55dp</item> + <item name="android:background">@drawable/setting_picker</item> </style> <style name="OnScreenGpsIndicator"> <item name="android:layout_height">wrap_content</item> |