diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2015-10-04 16:40:01 -0700 |
---|---|---|
committer | Matt Wagantall <mwagantall@cyngn.com> | 2016-02-19 14:07:46 -0800 |
commit | 893a0d769f1172143d81fa06daeca39275e6d1c1 (patch) | |
tree | 4df1cb6ad59dc881fa39dfa6ac6419ecbf57d800 | |
parent | 2259d4d71e2de74f214029f2ccc732dce0e58202 (diff) | |
download | android_hardware_qcom_fm-893a0d769f1172143d81fa06daeca39275e6d1c1.tar.gz android_hardware_qcom_fm-893a0d769f1172143d81fa06daeca39275e6d1c1.tar.bz2 android_hardware_qcom_fm-893a0d769f1172143d81fa06daeca39275e6d1c1.zip |
Fix compile
Partial revert of I6be12d05f9efdec7ec189d30f625d7f82746b5a6 to fix
build.
Change-Id: I5161a726287585624d756fbaf721eb7a814a4794
-rw-r--r-- | fmapp2/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fmapp2/res/values/strings.xml b/fmapp2/res/values/strings.xml index 0a2160d..6b237f8 100644 --- a/fmapp2/res/values/strings.xml +++ b/fmapp2/res/values/strings.xml @@ -183,12 +183,15 @@ <string name="typ_Classic_Rock">Classic Rock</string> <string name="typ_College">College</string> <string name="typ_Foreign_language">Foreign language</string> + <string name="typ_Hiphop">Hip Hop</string> <string name="typ_Nostalgia">Nostalgia</string> <string name="typ_Personality">Personality</string> <string name="typ_Public">Public</string> <string name="typ_Religious_music">Religious music</string> <string name="typ_Religious_talk">Religious talk</string> <string name="typ_Rhythm_and_Blues">Rhythm and Blues</string> + <string name="typ_Spanish_music">Spanish Music</string> + <string name="typ_Spanish_talk">Spanish Talk</string> <string name="typ_Soft">Soft</string> <string name="typ_Soft_Rock">Soft Rock</string> <string name="typ_Soft_Rhythm_and_Blues">Soft Rhythm and Blues</string> |