diff options
author | Sanket Padawe <sanketpadawe@google.com> | 2015-06-22 12:33:53 -0700 |
---|---|---|
committer | Sanket Padawe <sanketpadawe@google.com> | 2015-06-22 12:33:53 -0700 |
commit | 53e74f510be255b00d06da44f8a91c61608ffade (patch) | |
tree | b4da9fc188af8b91f9b078e68032d0ef09f15867 /res | |
parent | a029671bfd2d915ce6d43fa31a896058454cfe24 (diff) | |
download | packages_apps_Settings-53e74f510be255b00d06da44f8a91c61608ffade.zip packages_apps_Settings-53e74f510be255b00d06da44f8a91c61608ffade.tar.gz packages_apps_Settings-53e74f510be255b00d06da44f8a91c61608ffade.tar.bz2 |
Fix display of "Contact sharing" option in Car kit for BT Settings.
Bug: 21879473
Change-Id: I0d2f839c525d2a5179f9ef59ab12a94f1aab9b6f
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/device_profiles_settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/device_profiles_settings.xml b/res/layout/device_profiles_settings.xml index 0f84385..87b8500 100644 --- a/res/layout/device_profiles_settings.xml +++ b/res/layout/device_profiles_settings.xml @@ -53,6 +53,7 @@ <LinearLayout android:id="@+id/profiles_section" + android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" /> |