Revert "Cherish:Set google sans font is default for clock and date[2/2]"
This reverts commit 94773f904e.
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="28"
|
||||
android:defaultValue="34"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
@@ -148,7 +148,7 @@
|
||||
android:entries="@array/lock_clock_fonts_entries"
|
||||
android:entryValues="@array/lock_clock_fonts_values"
|
||||
android:summary="%s"
|
||||
android:defaultValue="28"
|
||||
android:defaultValue="32"
|
||||
android:persistent="false" />
|
||||
|
||||
<com.cherish.settings.preferences.CustomSeekBarPreference
|
||||
|
||||
@@ -90,14 +90,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, 28)));
|
||||
getContentResolver(), Settings.System.LOCK_CLOCK_FONTS, 34)));
|
||||
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, 28)));
|
||||
getContentResolver(), Settings.System.LOCK_DATE_FONTS, 32)));
|
||||
mLockDateFonts.setSummary(mLockDateFonts.getEntry());
|
||||
mLockDateFonts.setOnPreferenceChangeListener(this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user