Added dynamic theme
uses Holo for api =>11 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
12
AutoPlayer/res/values-v11/theme.xml
Normal file
12
AutoPlayer/res/values-v11/theme.xml
Normal 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>
|
||||
12
AutoPlayer/res/values/theme.xml
Normal file
12
AutoPlayer/res/values/theme.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="MyTheme" parent="@android:style/Theme">
|
||||
<!-- Any customizations for your app running on pre-3.0 devices here -->
|
||||
</style>
|
||||
|
||||
<style name="MyDialogTheme" parent="@android:style/Theme.Dialog">
|
||||
<!-- Any customizations for your app running on pre-3.0 devices here -->
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user