Added dynamic theme

uses Holo for api =>11

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-04-22 11:17:33 -04:00
parent 6cb87ce722
commit 6b0d7d0c22
3 changed files with 27 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<?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>