Files
andors-trail/AndorsTrail/res/values/ui_theme.xml
oskar.wiksten c0fc4d16e3 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
2011-07-08 15:48:31 +00:00

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>