Cherish:Statusbar weather font color, size [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -1287,4 +1287,6 @@
|
||||
<string name="network_traffic_location_disable">Disabled</string>
|
||||
<string name="network_traffic_location_statusbar">Statusbar</string>
|
||||
<string name="network_traffic_location_quick_statusbar">Quick Statusbar</string>
|
||||
<string name="status_bar_weather_color_title">Temperature color</string>
|
||||
<string name="status_bar_weather_size_title">Font size</string>
|
||||
</resources>
|
||||
|
||||
@@ -55,6 +55,20 @@
|
||||
android:entryValues="@array/weather_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="0" />
|
||||
|
||||
<net.margaritov.preference.colorpicker.ColorPickerPreference
|
||||
android:key="status_bar_weather_color"
|
||||
android:title="@string/status_bar_weather_color_title"
|
||||
android:defaultValue="0xffffffff" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="status_bar_weather_font_size"
|
||||
android:title="@string/status_bar_weather_size_title"
|
||||
android:defaultValue="14"
|
||||
android:max="23"
|
||||
settings:min="4"
|
||||
settings:unitsLeft=""
|
||||
settings:unitsRight="dp" />
|
||||
|
||||
<Preference
|
||||
android:title="@string/statusbar_items_title"
|
||||
|
||||
Reference in New Issue
Block a user