android: fix of previous commit

This commit is contained in:
Joachim Fritzsch 2013-05-21 09:32:50 +02:00
parent dea8b94f5d
commit 026ead7194
1 changed files with 0 additions and 8 deletions

View File

@ -59,12 +59,4 @@
<item name="android:dividerHeight">1dp</item>
</style>
<!-- list view -->
<style name="CustomListView" parent="@android:style/Widget.Dialog">
<item name="android:background">@color/white_smoke</item>
<item name="android:cacheColorHint">@color/lightest_blue</item>
<item name="android:divider">@color/lightest_blue</item>
<item name="android:dividerHeight">1dp</item>
</style>
</resources>