summaryrefslogtreecommitdiff
path: root/client/Piztor/res/values-v11
diff options
context:
space:
mode:
authorGoblin911 <goblinliu@gmail.com>2013-08-28 16:32:26 +0800
committerGoblin911 <goblinliu@gmail.com>2013-08-28 16:32:26 +0800
commit68ed59a88f2409f632c3731c0e5dc246713676a2 (patch)
treec0f7ba850655ed4ce0e95a5a7815541cbe24f4c9 /client/Piztor/res/values-v11
parent0a8315a94d8ed1252f3f96d4ca41ddc632c3bc98 (diff)
Fixed screen-rotation bug
Diffstat (limited to 'client/Piztor/res/values-v11')
-rw-r--r--client/Piztor/res/values-v11/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Piztor/res/values-v11/styles.xml b/client/Piztor/res/values-v11/styles.xml
index 3c02242..aeeae24 100644
--- a/client/Piztor/res/values-v11/styles.xml
+++ b/client/Piztor/res/values-v11/styles.xml
@@ -4,7 +4,7 @@
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
-->
- <style name="AppBaseTheme" parent="android:Theme.Holo.Light">
+ <style name="AppBaseTheme" parent="android:Theme.Light">
<!-- API 11 theme customizations can go here. -->
</style>