Updated Theme

updated theme to pick the standard android theme if < api 11 else Holo

Change-Id: I377442813ca0fe3a801c821d69f389f360fceeea
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-06 10:05:58 -05:00
parent 4a0479ec01
commit de4f888d83
3 changed files with 21 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
<?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>
</resources>