From a1df9ef753928a7405292e6cc77fb68fd1faee44 Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" <takaoka@google.com> Date: Tue, 8 Apr 2014 11:22:58 +0900 Subject: [PATCH] Use Quantum.Light theme for API 20 or later Bug: 13698528 Change-Id: Ibf03b3eedbd07e986d7d206bfd3803108dbbe6d5 --- java/res/values-v20/platform-theme.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/java/res/values-v20/platform-theme.xml b/java/res/values-v20/platform-theme.xml index b8c1d96555..06062047b7 100644 --- a/java/res/values-v20/platform-theme.xml +++ b/java/res/values-v20/platform-theme.xml @@ -21,9 +21,6 @@ <!-- TODO: This file is temporarily placed under values-v20. --> <!-- TODO: It might be moved under values-v21. --> <resources xmlns:android="http://schemas.android.com/apk/res/android"> - <!-- TODO: Use Theme.Quantum.Light once it is fixed. <style name="platformActivityTheme" parent="@android:style/Theme.Quantum.Light" /> - --> - <style name="platformActivityTheme" parent="@android:style/Theme.Quantum.Light.NoActionBar.Fullscreen" /> <style name="platformDialogTheme" parent="@android:style/Theme.Quantum.Light.Dialog" /> </resources> -- GitLab