summaryrefslogtreecommitdiffstats
path: root/res/layout/preference_bluetooth_profile.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-01-25 17:20:43 -0800
committerAmith Yamasani <yamasani@google.com>2011-01-25 17:20:43 -0800
commit03b58dff821442ebbbd9a25c861dd29d0cbc0af0 (patch)
tree45cec6bf3778bb3801bc80410ba896797680db39 /res/layout/preference_bluetooth_profile.xml
parent51cd0d6d29c8f8f5320968f778b04b448984abc8 (diff)
downloadpackages_apps_Settings-03b58dff821442ebbbd9a25c861dd29d0cbc0af0.zip
packages_apps_Settings-03b58dff821442ebbbd9a25c861dd29d0cbc0af0.tar.gz
packages_apps_Settings-03b58dff821442ebbbd9a25c861dd29d0cbc0af0.tar.bz2
Use expander assets for bluetooth profile preference.
Also adjust some padding and set correct highlight background. Bug: 3383060 Change-Id: I5a4abe98c49efd156523085418958b69df6c8d85
Diffstat (limited to 'res/layout/preference_bluetooth_profile.xml')
-rw-r--r--res/layout/preference_bluetooth_profile.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/preference_bluetooth_profile.xml b/res/layout/preference_bluetooth_profile.xml
index 03f598a..4b6f1dd 100644
--- a/res/layout/preference_bluetooth_profile.xml
+++ b/res/layout/preference_bluetooth_profile.xml
@@ -24,7 +24,6 @@
android:id="@+id/divider"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginRight="8dip"
android:layout_gravity="center_vertical"
android:src="@drawable/nav_divider"
/>
@@ -35,6 +34,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
+ android:padding="8dip"
+ android:background="?android:attr/selectableItemBackground"
android:src="@drawable/icon" />
</LinearLayout>