mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
Force black background on conversation scroll list. Corrected tile in Prim main hall. git-svn-id: https://andors-trail.googlecode.com/svn/trunk@121 08aca716-68be-ccc6-4d58-36f5abd142ac
10 lines
389 B
XML
10 lines
389 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<style name="Theme.NoBackground" parent="android:Theme">
|
|
<item name="android:windowBackground">@null</item>
|
|
</style>
|
|
<style name="Style.BlackListView" parent="@android:style/Widget.ListView">
|
|
<item name="android:background">#000000</item>
|
|
<item name="android:cacheColorHint">#00000000</item>
|
|
</style>
|
|
</resources> |