Material theme

BUG: 15467097
Change-Id: I1b6ed80d85e4c3c8913d4a9e08c519379cb3c6e0
main
Alan Viverette 2014-06-06 15:22:57 -07:00
parent c20f4f296b
commit 3f736107e2
1 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
<!-- TODO: This file is temporarily placed under values-v20. --> <!-- TODO: This file is temporarily placed under values-v20. -->
<!-- TODO: It might be moved under values-v21. --> <!-- TODO: It might be moved under values-v21. -->
<resources xmlns:android="http://schemas.android.com/apk/res/android"> <resources xmlns:android="http://schemas.android.com/apk/res/android">
<style name="platformActivityTheme" parent="@android:style/Theme.Quantum.Light" /> <style name="platformActivityTheme" parent="@android:style/Theme.Material.Light" />
<style name="platformDialogTheme" parent="@android:style/Theme.Quantum.Light.Dialog" /> <style name="platformDialogTheme" parent="@android:style/Theme.Material.Light.Dialog" />
</resources> </resources>