parent
dc15b402c4
commit
2129cde49a
@ -1,13 +1,13 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:orientation="vertical" |
android:layout_width="match_parent" |
||||||
android:layout_width="match_parent" |
android:layout_height="match_parent" |
||||||
android:layout_height="match_parent"> |
android:orientation="vertical"> |
||||||
|
|
||||||
<fragment |
<fragment |
||||||
android:id="@+id/dataListFragment" |
android:id="@+id/dataListFragment" |
||||||
android:layout_width="match_parent" |
android:name="net.pokeranalytics.android.ui.fragment.DataListFragment" |
||||||
android:layout_height="match_parent" |
android:layout_width="match_parent" |
||||||
android:name="net.pokeranalytics.android.ui.fragment.DataListFragment" /> |
android:layout_height="match_parent" /> |
||||||
|
|
||||||
</LinearLayout> |
</LinearLayout> |
||||||
@ -1,13 +1,13 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
<?xml version="1.0" encoding="utf-8"?> |
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
android:orientation="vertical" |
android:layout_width="match_parent" |
||||||
android:layout_width="match_parent" |
android:layout_height="match_parent" |
||||||
android:layout_height="match_parent"> |
android:orientation="vertical"> |
||||||
|
|
||||||
<fragment |
<fragment |
||||||
android:id="@+id/editableDataFragment" |
android:id="@+id/editableDataFragment" |
||||||
android:layout_width="match_parent" |
android:name="net.pokeranalytics.android.ui.fragment.EditableDataFragment" |
||||||
android:layout_height="match_parent" |
android:layout_width="match_parent" |
||||||
android:name="net.pokeranalytics.android.ui.fragment.EditableDataFragment" /> |
android:layout_height="match_parent" /> |
||||||
|
|
||||||
</LinearLayout> |
</LinearLayout> |
||||||
@ -1,13 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
||||||
android:orientation="vertical" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent"> |
|
||||||
|
|
||||||
<fragment |
|
||||||
android:id="@+id/newSessionFragment" |
|
||||||
android:layout_width="match_parent" |
|
||||||
android:layout_height="match_parent" |
|
||||||
android:name="net.pokeranalytics.android.ui.fragment.SessionFragment" /> |
|
||||||
|
|
||||||
</LinearLayout> |
|
||||||
@ -0,0 +1,13 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent" |
||||||
|
android:orientation="vertical"> |
||||||
|
|
||||||
|
<fragment |
||||||
|
android:id="@+id/newSessionFragment" |
||||||
|
android:name="net.pokeranalytics.android.ui.fragment.SessionFragment" |
||||||
|
android:layout_width="match_parent" |
||||||
|
android:layout_height="match_parent" /> |
||||||
|
|
||||||
|
</LinearLayout> |
||||||
Loading…
Reference in new issue