mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-06 21:55:55 +00:00
13 lines
681 B
XML
13 lines
681 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="horizontal"
|
|
android:layout_width="match_parent" android:layout_height="match_parent">
|
|
|
|
<fragment class="com.example.ian.titanscout.FragmentLayout$TitlesFragment"
|
|
android:id="@+id/titles" android:layout_weight="1"
|
|
android:layout_width="0px" android:layout_height="match_parent" />
|
|
|
|
<FrameLayout android:id="@+id/details" android:layout_weight="1"
|
|
android:layout_width="0px" android:layout_height="match_parent"
|
|
android:background="?android:attr/detailsElementBackground" />
|
|
|
|
</LinearLayout> |