Update combat bar info on monster attacks.

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
This commit is contained in:
oskar.wiksten
2011-07-08 15:48:31 +00:00
parent 83f0834c93
commit c0fc4d16e3
9 changed files with 36 additions and 17 deletions

View File

@@ -3,4 +3,8 @@
<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>