Adding settings screen for font size. Also factored out common

components from screen magnification settings screen.

Change-Id: I1828c7c0246f14493903172f2da7419fdc8e5f09
This commit is contained in:
Noah Wang
2015-12-15 09:05:30 -08:00
parent a164305d4d
commit e64cc267e7
12 changed files with 483 additions and 177 deletions

View File

@@ -33,6 +33,7 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
public static final int CONFIGURE_NOTIFICATION = UNDECLARED + 3;
public static final int CONFIGURE_WIFI = UNDECLARED + 4;
public static final int DISPLAY_SCREEN_ZOOM = UNDECLARED + 5;
public static final int ACCESSIBILITY_FONT_SIZE = UNDECLARED + 6;
/**
* Declare the view of this category.