Files
andors-trail/AndorsTrail/res/layout/conversation_statement.xml
oskar.wiksten 02d5a2fac1 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
2012-03-24 11:28:14 +00:00

18 lines
614 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/conversation_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/conversation_next"
android:textSize="@dimen/conversation_textsize"
android:shadowDx="1"
android:shadowDy="1"
android:shadowRadius="1"
android:shadowColor="#000"
android:drawableLeft="@drawable/char_hero"
android:drawablePadding="@dimen/dialog_iconpadding_right"
android:gravity="center_vertical"
android:paddingBottom="@dimen/conversation_statementpadding"
/>