Files
autoplayer/AutoPlayer/res/values-v11/theme.xml
Ricky Barrette 6b0d7d0c22 Added dynamic theme
uses Holo for api =>11

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-04-22 11:17:33 -04:00

12 lines
399 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyTheme" parent="@android:style/Theme.Holo">
<!-- Any customizations for your app running on devices with Theme.Holo here -->
</style>
<style name="MyDialogTheme" parent="@android:style/Theme.Holo.Dialog">
<!-- Any customizations for your app running on pre-3.0 devices here -->
</style>
</resources>