diff --git a/java/res/values-v20/platform-theme.xml b/java/res/values-v20/platform-theme.xml index b8c1d9655568b994065c31c585f54f4e0a867db4..06062047b7344cea0c08e42cdff32adab22ad4ae 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>