Switch framework Holo references to Quantum.Light
Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
This commit is contained in:
@ -269,7 +269,7 @@ public final class SystemServer {
|
||||
private void createSystemContext() {
|
||||
ActivityThread activityThread = ActivityThread.systemMain();
|
||||
mSystemContext = activityThread.getSystemContext();
|
||||
mSystemContext.setTheme(android.R.style.Theme_Holo);
|
||||
mSystemContext.setTheme(android.R.style.Theme_DeviceDefault_Light_DarkActionBar);
|
||||
}
|
||||
|
||||
private void startBootstrapServices() {
|
||||
|
Reference in New Issue
Block a user