mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-01 17:30:00 +01:00
9 lines
251 B
XML
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"
|
|
/>
|