mirror of
https://github.com/AndorsTrailRelease/andors-trail.git
synced 2026-02-13 21:28:10 +01:00
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
style="@style/AndorsTrail_Blue_StdFrame"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<LinearLayout
|
|
style="@style/AndorsTrail_Blue_StdFrame"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical" >
|
|
|
|
<Spinner
|
|
android:id="@+id/questlog_includecompleted"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:prompt="@string/questlog_includecompleted_prompt" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
style="@style/AndorsTrail_Blue_StdFrame"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical" >
|
|
|
|
<ExpandableListView
|
|
android:id="@+id/questlog_contents"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout> |