Files
andors-trail/AndorsTrail/res/layout/questlogentry.xml
2017-11-06 19:08:31 +01:00

9 lines
251 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/questlog_entrytext"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/textView"
/>