diff options
author | 2014-04-08 03:24:28 +0000 | |
---|---|---|
committer | 2014-04-08 03:24:28 +0000 | |
commit | 1b1732be5b771ee0295bbe7a7cc034baba7ae503 (patch) | |
tree | 0fa7c43be2cd8de5267528663095edd5fdff014f /java | |
parent | f1f297999446ebdce1afb2543641c2a4f1e3cd3f (diff) | |
parent | a1df9ef753928a7405292e6cc77fb68fd1faee44 (diff) | |
download | latinime-1b1732be5b771ee0295bbe7a7cc034baba7ae503.tar.gz latinime-1b1732be5b771ee0295bbe7a7cc034baba7ae503.tar.xz latinime-1b1732be5b771ee0295bbe7a7cc034baba7ae503.zip |
Merge "Use Quantum.Light theme for API 20 or later"
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values-v20/platform-theme.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/java/res/values-v20/platform-theme.xml b/java/res/values-v20/platform-theme.xml index b8c1d9655..06062047b 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> |