Add A11y SUW hub page. Minor alterations of

Magnification screen to be consistent wtih most
recent desigs.

Change-Id: I191f6f66edb26597db6f4ed41311998b8ce26ca4
This commit is contained in:
Anna Galusza
2015-12-07 14:39:01 -08:00
parent 63196c5f82
commit bf95133f75
7 changed files with 227 additions and 2 deletions

View File

@@ -554,6 +554,7 @@ public class AccessibilitySettings extends SettingsPreferenceFragment implements
}
mToggleLargeTextPreference.setChecked(mCurConfig.fontScale == LARGE_FONT_SCALE);
// Text contrast.
mToggleHighTextContrastPreference.setChecked(
Settings.Secure.getInt(getContentResolver(),
Settings.Secure.ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED, 0) == 1);