From: oskar.wiksten Date: Sat, 24 Mar 2012 11:28:14 +0000 (+0000) Subject: Fixed lots of Android lint warnings. X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=02d5a2fac19a4b2d981ca773f1d67bfae5bb5e5e;p=users%2Fmchehab%2Fandors-trail.git Fixed lots of Android lint warnings. New graphics for red damage animation. Added better script triggers to Mikhail's conversation while doing the bread and rats quests. Start outline of new minor quest for v0.6.11 (sisterfight). Re-spawn monsters that were not unique in v0.6.10 (issue 301). git-svn-id: https://andors-trail.googlecode.com/svn/trunk@225 08aca716-68be-ccc6-4d58-36f5abd142ac --- diff --git a/AndorsTrail/.classpath b/AndorsTrail/.classpath index 6c635c0..6aed2eb 100644 --- a/AndorsTrail/.classpath +++ b/AndorsTrail/.classpath @@ -3,5 +3,6 @@ + diff --git a/AndorsTrail/lint.xml b/AndorsTrail/lint.xml index 8a7b1fa..c9b98be 100644 --- a/AndorsTrail/lint.xml +++ b/AndorsTrail/lint.xml @@ -1,4 +1,8 @@ - + + + + + \ No newline at end of file diff --git a/AndorsTrail/res/drawable/effect_blood4.png b/AndorsTrail/res/drawable/effect_blood4.png new file mode 100644 index 0000000..c209039 Binary files /dev/null and b/AndorsTrail/res/drawable/effect_blood4.png differ diff --git a/AndorsTrail/res/layout/actorconditioninfo.xml b/AndorsTrail/res/layout/actorconditioninfo.xml index 4db0377..e32c6b6 100644 --- a/AndorsTrail/res/layout/actorconditioninfo.xml +++ b/AndorsTrail/res/layout/actorconditioninfo.xml @@ -18,28 +18,14 @@ android:orientation="vertical" android:padding="@dimen/dialog_margin" > - - - - + android:text="@string/actorinfo_currentconditions" + style="@style/titleWithIcon" + android:drawableLeft="@drawable/equip_weapon" + /> - - - - + android:text="@string/inventory_info" + style="@style/titleWithIcon" + android:drawableLeft="@drawable/equip_weapon" + />