Skip to content

Commit

Permalink
Fix compile with newer SDKs.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Nov 10, 2011
1 parent 7a9783d commit 905d3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<item name="@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright</item>
<item name="@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft</item>
</style>
<style name="WindowTitleBackground" parent="android:WindowTitleBackground">
<style name="WindowTitleBackground" parent="@*android:WindowTitleBackground">
<item name="android:background">@android:color/transparent</item>
</style>
<style name="listViewStyle" parent="@android:style/Widget.ListView">
Expand Down

0 comments on commit 905d3dc

Please sign in to comment.