Status bar weather: Add BOLD ITALIC to font style (2/2)

Change-Id: I142c4fe0a3276d0e94be458fab20969874cba323

Conflicts:
	res/values/strings_aicp.xml
diff --git a/res/values/custom_arrays.xml b/res/values/custom_arrays.xml
index eb88083..30a077b 100644
--- a/res/values/custom_arrays.xml
+++ b/res/values/custom_arrays.xml
@@ -1153,9 +1153,10 @@
     <string-array name="status_bar_weather_font_style_entries">
         <item>@string/status_bar_weather_font_normal</item>
         <item>@string/status_bar_weather_font_bold</item>
+        <item>@string/status_bar_weather_font_bold_italic</item>
         <item>@string/status_bar_weather_font_condensed</item>
-		<item>@string/status_bar_weather_font_light</item>
-		<item>@string/status_bar_weather_font_light_italic</item>
+        <item>@string/status_bar_weather_font_light</item>
+        <item>@string/status_bar_weather_font_light_italic</item>
     </string-array>
 
     <string-array name="status_bar_weather_font_style_values" translatable="false">
@@ -1175,6 +1176,7 @@
         <item>2</item>
         <item>3</item>
         <item>4</item>
+        <item>5</item>
     </string-array>
 
 </resources>
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index 78aa68b..9c669ac 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -1869,6 +1869,7 @@
     <string name="status_bar_weather_font_style_title">Font</string>
     <string name="status_bar_weather_font_normal">Normal</string>
     <string name="status_bar_weather_font_bold">Bold</string>
+    <string name="status_bar_weather_font_bold_italic">Bold Italic</string>
     <string name="status_bar_weather_font_condensed">Condensed</string>
     <string name="status_bar_weather_font_light">Light</string>
     <string name="status_bar_weather_font_light_italic">Light Italic</string>