uses Holo for api =>11 Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
12 lines
381 B
XML
12 lines
381 B
XML
<?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> |