mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
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:
@@ -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>
|
||||
Reference in New Issue
Block a user