Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use Theme.Light for pre-Honeycomb devices
  • Loading branch information
chiuki committed Mar 7, 2015
1 parent 3ab5133 commit 93a863d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
@@ -1,5 +1,5 @@
<resources>
<style name="AppThemeBase" parent="android:Theme">
<style name="AppThemeBase" parent="android:Theme.Light">
</style>
<style name="AppTheme" parent="AppThemeBase">
</style>
Expand Down

0 comments on commit 93a863d

Please sign in to comment.