Cherish:LS Weather Temp & City Fonts [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
committed by
Hưng Phan
parent
afc4d880b1
commit
a0bf7cbee1
@@ -826,4 +826,83 @@
|
||||
<item>13</item>
|
||||
<item>14</item>
|
||||
</string-array>
|
||||
|
||||
<!-- SB Clock Fonts -->
|
||||
<string-array name="sb_clock_fonts_entries">
|
||||
<item>@string/lock_clock_font_stock</item>
|
||||
<item>@string/lock_clock_font_italic</item>
|
||||
<item>@string/lock_clock_font_bold</item>
|
||||
<item>@string/lock_clock_font_bold_italic</item>
|
||||
<item>@string/lock_clock_font_light_italic</item>
|
||||
<item>@string/lock_clock_font_light</item>
|
||||
<item>@string/lock_clock_font_thin_italic</item>
|
||||
<item>@string/lock_clock_font_thin</item>
|
||||
<item>@string/lock_clock_font_condensed_normal</item>
|
||||
<item>@string/lock_clock_font_condensed_italic</item>
|
||||
<item>@string/lock_clock_font_condensed_bold</item>
|
||||
<item>@string/lock_clock_font_condensed_bold_italic</item>
|
||||
<item>@string/lock_clock_font_condensed_light</item>
|
||||
<item>@string/lock_clock_font_condensed_light_italic</item>
|
||||
<item>@string/lock_clock_font_medium_normal</item>
|
||||
<item>@string/lock_clock_font_medium_italic</item>
|
||||
<item>@string/lock_clock_font_black</item>
|
||||
<item>@string/lock_clock_font_black_italic</item>
|
||||
<item>@string/lock_clock_font_dancingscript</item>
|
||||
<item>@string/lock_clock_font_dancingscript_bold</item>
|
||||
<item>@string/lock_clock_font_comingsoon</item>
|
||||
<item>@string/lock_clock_font_notoserif</item>
|
||||
<item>@string/lock_clock_font_notoserif_italic</item>
|
||||
<item>@string/lock_clock_font_notoserif_bold</item>
|
||||
<item>@string/lock_clock_font_notoserif_bold_italic</item>
|
||||
<item>@string/lock_clock_font_gobold</item>
|
||||
<item>@string/lock_clock_font_roadrage</item>
|
||||
<item>@string/lock_clock_font_snowstorm</item>
|
||||
<item>@string/lock_clock_font_googlesans</item>
|
||||
<item>@string/lock_clock_font_neoneon</item>
|
||||
<item>@string/lock_clock_font_themeable</item>
|
||||
<item>@string/lock_clock_font_samsung</item>
|
||||
<item>@string/lock_clock_font_mexcellent</item>
|
||||
<item>@string/lock_clock_font_burnstown</item>
|
||||
<item>@string/lock_clock_font_dumbledor</item>
|
||||
<item>@string/lock_clock_font_phantombold</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="sb_clock_fonts_values" translatable="false">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>3</item>
|
||||
<item>4</item>
|
||||
<item>5</item>
|
||||
<item>6</item>
|
||||
<item>7</item>
|
||||
<item>8</item>
|
||||
<item>9</item>
|
||||
<item>10</item>
|
||||
<item>11</item>
|
||||
<item>12</item>
|
||||
<item>13</item>
|
||||
<item>14</item>
|
||||
<item>15</item>
|
||||
<item>16</item>
|
||||
<item>17</item>
|
||||
<item>18</item>
|
||||
<item>19</item>
|
||||
<item>20</item>
|
||||
<item>21</item>
|
||||
<item>22</item>
|
||||
<item>23</item>
|
||||
<item>24</item>
|
||||
<item>25</item>
|
||||
<item>26</item>
|
||||
<item>27</item>
|
||||
<item>28</item>
|
||||
<item>29</item>
|
||||
<item>30</item>
|
||||
<item>31</item>
|
||||
<item>33</item>
|
||||
<item>33</item>
|
||||
<item>34</item>
|
||||
<item>35</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
|
||||
@@ -846,4 +846,12 @@
|
||||
<string name="lockscreen_weather_show_image_title">Show Condition Image</string>
|
||||
<string name="lockscreen_weather_show_image_summary">Show weather conditions image</string>
|
||||
|
||||
<!-- LS Weather Temp & City Fonts -->
|
||||
<string name="lock_weather_temp_font_title">LS Weather Temp font</string>
|
||||
<string name="lock_weather_temp_font_summary">Change the default font of the lockscreen weather temp</string>
|
||||
<string name="lock_weather_temp_font_dialog_title">Select lock weather temp font</string>
|
||||
<string name="lock_weather_city_font_title">LS Weather City font</string>
|
||||
<string name="lock_weather_city_font_summary">Change the default font of the lockscreen weather city</string>
|
||||
<string name="lock_weather_city_dialog_title">Select lock weather city font</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -48,10 +48,30 @@
|
||||
android:title="@string/lockscreen_weather_show_city_title"
|
||||
android:summary="@string/lockscreen_weather_show_city_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_weather_city_fonts"
|
||||
android:title="@string/lock_weather_city_font_title"
|
||||
android:dialogTitle="@string/lock_weather_city_dialog_title"
|
||||
android:entries="@array/sb_clock_fonts_entries"
|
||||
android:entryValues="@array/sb_clock_fonts_values"
|
||||
android:summary="@string/lock_weather_city_font_summary"
|
||||
android:dependency="lockscreen_weather_show_city"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="lockscreen_weather_show_temp"
|
||||
android:title="@string/lockscreen_weather_show_temp_title"
|
||||
android:summary="@string/lockscreen_weather_show_temp_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<ListPreference
|
||||
android:key="lock_weather_temp_fonts"
|
||||
android:title="@string/lock_weather_temp_font_title"
|
||||
android:dialogTitle="@string/lock_weather_temp_font_dialog_title"
|
||||
android:entries="@array/sb_clock_fonts_entries"
|
||||
android:entryValues="@array/sb_clock_fonts_values"
|
||||
android:summary="@string/lock_weather_temp_font_summary"
|
||||
android:dependency="lockscreen_weather_show_temp"
|
||||
android:persistent="false" />
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user