Switch framework Holo references to Quantum.Light

Change-Id: Ib545a143f1959b6104adbc9d594dd626851d90b3
This commit is contained in:
Alan Viverette
2014-04-01 14:57:39 -07:00
parent 6f127c9b6c
commit 6259933ec9
22 changed files with 56 additions and 54 deletions

View File

@ -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() {