Merge "Remove DayNight theme" into nyc-dev

This commit is contained in:
Alan Viverette
2016-03-31 21:04:09 +00:00
committed by Android (Google) Code Review
9 changed files with 25 additions and 277 deletions

View File

@@ -169,7 +169,7 @@ public final class SystemServer {
* visual content.
*/
private static final int DEFAULT_SYSTEM_THEME =
com.android.internal.R.style.Theme_Material_DayNight_DarkActionBar;
com.android.internal.R.style.Theme_Material_Light_DarkActionBar;
private final int mFactoryTestMode;
private Timer mProfilerSnapshotTimer;