Cherish:Set google sans font is default for clock and date[2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="34"
|
||||
android:defaultValue="28"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
@@ -138,7 +138,7 @@
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="32"
|
||||
android:defaultValue="28"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
|
||||
@@ -79,14 +79,14 @@ public class LockScreenSettings extends SettingsPreferenceFragment implements
|
||||
// Lockscren Clock Fonts
|
||||
mLockClockFonts = (ListPreference) findPreference(LOCK_CLOCK_FONTS);
|
||||
mLockClockFonts.setValue(String.valueOf(Settings.System.getInt(
|
||||
getContentResolver(), Settings.System.LOCK_CLOCK_FONTS, 34)));
|
||||
getContentResolver(), Settings.System.LOCK_CLOCK_FONTS, 28)));
|
||||
mLockClockFonts.setSummary(mLockClockFonts.getEntry());
|
||||
mLockClockFonts.setOnPreferenceChangeListener(this);
|
||||
|
||||
// Lockscren Date Fonts
|
||||
mLockDateFonts = (ListPreference) findPreference(LOCK_DATE_FONTS);
|
||||
mLockDateFonts.setValue(String.valueOf(Settings.System.getInt(
|
||||
getContentResolver(), Settings.System.LOCK_DATE_FONTS, 32)));
|
||||
getContentResolver(), Settings.System.LOCK_DATE_FONTS, 28)));
|
||||
mLockDateFonts.setSummary(mLockDateFonts.getEntry());
|
||||
mLockDateFonts.setOnPreferenceChangeListener(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user