parent
2c0a4c89a8
commit
d357f8c8b4
@ -1,15 +1,6 @@ |
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:id="@+id/container" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
xmlns:tools="http://schemas.android.com/tools" |
||||
android:orientation="vertical"> |
||||
android:layout_height="match_parent"> |
||||
|
||||
<fragment |
||||
android:id="@+id/subscriptionFragment" |
||||
android:name="net.pokeranalytics.android.ui.fragment.SubscriptionFragment" |
||||
android:layout_width="match_parent" |
||||
android:layout_height="match_parent" |
||||
tools:layout="@layout/fragment_subscription" /> |
||||
|
||||
</LinearLayout> |
||||
</FrameLayout> |
||||
Loading…
Reference in new issue