initial commit

This commit is contained in:
NudeDude 2017-11-05 15:02:32 +01:00
parent 98af1f54aa
commit 13cd297caa

View File

@ -12,10 +12,7 @@
android:layout_height="match_parent">
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/refresh_list"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
@ -27,8 +24,12 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/refresh_list"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
<FrameLayout
android:id="@android:id/tabcontent"
android:layout_width="match_parent"
android:layout_height="match_parent">
@ -76,10 +77,11 @@
</LinearLayout>
</FrameLayout>
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>
</android.support.v4.widget.SwipeRefreshLayout>
</TabHost>
</LinearLayout>