70 lines
2.7 KiB
XML
70 lines
2.7 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<layout
|
||
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
|
xmlns:tools="http://schemas.android.com/tools">
|
||
|
|
<FrameLayout
|
||
|
|
android:fitsSystemWindows="true"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
|
||
|
|
tools:context=".Main1Fragment">
|
||
|
|
|
||
|
|
<!-- TODO: Update blank fragment layout -->
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:id="@+id/myl1"
|
||
|
|
android:fitsSystemWindows="true"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
<LinearLayout
|
||
|
|
android:orientation="vertical"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<RelativeLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
|
||
|
|
android:background="@color/f7"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<my_view.tao_bao_refresh.TaoBaoRefreshLayout
|
||
|
|
android:id="@+id/taobao_refresh_layout"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<my_view.tao_bao_refresh.ScrollViewExtend
|
||
|
|
android:id="@+id/scroll_view_extend"
|
||
|
|
android:fillViewport="true"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="match_parent">
|
||
|
|
|
||
|
|
<LinearLayout
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:id="@+id/l2"
|
||
|
|
android:layout_height="match_parent"
|
||
|
|
android:orientation="vertical">
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<my_view.tao_bao_refresh.RecyView
|
||
|
|
android:layout_marginLeft="10dip"
|
||
|
|
android:layout_marginRight="10dip"
|
||
|
|
android:id="@+id/recyView"
|
||
|
|
android:layout_width="match_parent"
|
||
|
|
android:layout_height="wrap_content"
|
||
|
|
android:focusable="true" >
|
||
|
|
</my_view.tao_bao_refresh.RecyView>
|
||
|
|
|
||
|
|
</LinearLayout>
|
||
|
|
</my_view.tao_bao_refresh.ScrollViewExtend>
|
||
|
|
</my_view.tao_bao_refresh.TaoBaoRefreshLayout>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
</RelativeLayout>
|
||
|
|
</LinearLayout>
|
||
|
|
</RelativeLayout>
|
||
|
|
</FrameLayout>
|
||
|
|
</layout>
|