Implement Settings UI for Screen zoom preference
Also cleans up unnecessary 0s and moves tint to the proper place in relevant vector drawable XML files. Preview layout is still WIP pending UX input, but I wanted to get this CL in place so that we can test/demo the feature ASAP. Bug: 22450672 Change-Id: Ic3f1500006c763df99fba2d1d16782b89d6fcae1
This commit is contained in:
@@ -32,6 +32,7 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
|
||||
public static final int SOUND = UNDECLARED + 2;
|
||||
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;
|
||||
|
||||
/**
|
||||
* Declare the view of this category.
|
||||
|
Reference in New Issue
Block a user