diff options
author | jackmu95 <jacob.mueller.elz@gmail.com> | 2013-02-14 22:20:03 +0100 |
---|---|---|
committer | jackmu95 <jacob.mueller.elz@gmail.com> | 2013-02-14 22:37:30 +0100 |
commit | 79924823535f2faae77f186dfed12bc26aa5220b (patch) | |
tree | adec5caf7ab8aa936a5f86c0572036359c7884db /res/xml/sound_settings.xml | |
parent | 37d0ca2b3fbba7ae36fd7260e619a959ceec2c65 (diff) | |
download | packages_apps_Settings-79924823535f2faae77f186dfed12bc26aa5220b.zip packages_apps_Settings-79924823535f2faae77f186dfed12bc26aa5220b.tar.gz packages_apps_Settings-79924823535f2faae77f186dfed12bc26aa5220b.tar.bz2 |
Settings: Add summary for launch music app when headset is connected
This commit adds a summary for the 'launch music app when headset is
connected' feature. I made this change because in some languages
(e.g. German) the title to descripe this feature got to long for
one line. That just looked aweful.
Before: http://goo.gl/TNDX7
After: http://goo.gl/PYVme
Change-Id: I67d74e4df5824a8bfaf13dbe708cdef87fbe738c
Diffstat (limited to 'res/xml/sound_settings.xml')
-rw-r--r-- | res/xml/sound_settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/sound_settings.xml b/res/xml/sound_settings.xml index ba75c25..32c9c12 100644 --- a/res/xml/sound_settings.xml +++ b/res/xml/sound_settings.xml @@ -149,6 +149,7 @@ <CheckBoxPreference android:key="headset_connect_player" android:title="@string/headset_connect_player_title" + android:summary="@string/headset_connect_player_summary" android:persistent="false" /> <CheckBoxPreference |