Cherish:Statusbar weather [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -1339,4 +1339,33 @@
|
||||
<item>@string/monet_5</item>
|
||||
<item>@string/monet_6</item>
|
||||
</string-array>
|
||||
|
||||
<!-- StatusBar weather settings -->
|
||||
<string-array name="status_bar_weather_entries" translatable="false">
|
||||
<item>@string/status_bar_weather_hidden</item>
|
||||
<item>@string/status_bar_temperature_image_show_scale</item>
|
||||
<item>@string/status_bar_temperature_image_hide_scale</item>
|
||||
<item>@string/status_bar_temperature_show_scale_hide_image</item>
|
||||
<item>@string/status_bar_temperature_hide_scale_hide_image</item>
|
||||
<item>@string/status_bar_show_image</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="status_bar_weather_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
</string-array>
|
||||
|
||||
<!-- StatusBar Weather location -->
|
||||
<string-array name="sb_weather_location_entries">
|
||||
<item>@string/traffic_statusbar</item>
|
||||
<item>@string/traffic_expanded_statusbar</item>
|
||||
</string-array>
|
||||
<string-array name="sb_weather_location_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -1386,4 +1386,18 @@
|
||||
<string name="status_bar_carrier_color">Carrier label color</string>
|
||||
<string name="status_bar_carrier_size">Carrier label size</string>
|
||||
<string name="status_bar_carrier_font_style_title">Carrier Label Font</string>
|
||||
|
||||
<!-- StatusBar weather settings -->
|
||||
<string name="sb_weather_title">StatusBar Weather</string>
|
||||
<string name="sb_weather_summary">config statusBar and qs weather</string>
|
||||
<string name="status_bar_weather_location_title">Weather Placement</string>
|
||||
<string name="statusbar_weather_title">Status bar weather</string>
|
||||
<string name="statusbar_weather_summary">Configure from QS settings/Weather</string>
|
||||
<string name="statusbar_weather_dialog_title">Status bar weather style</string>
|
||||
<string name="status_bar_weather_hidden">Hide weather</string>
|
||||
<string name="status_bar_temperature_image_show_scale">Show temp with scale and image</string>
|
||||
<string name="status_bar_temperature_image_hide_scale">Show temp with image without scale</string>
|
||||
<string name="status_bar_temperature_show_scale_hide_image">Show temp with scale</string>
|
||||
<string name="status_bar_temperature_hide_scale_hide_image">Show temp without scale</string>
|
||||
<string name="status_bar_show_image">Show image</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user