pda/zhuike/src/main/res/layout/fragment_fragment__shelf.xml

29 lines
1.0 KiB
XML
Raw Normal View History

2019-02-01 22:48:32 +08:00
<?xml version="1.0" encoding="utf-8"?>
2019-02-12 13:23:07 +08:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2019-02-14 00:58:03 +08:00
xmlns:tools="http://schemas.android.com/tools"
2019-02-01 22:48:32 +08:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2019-02-14 00:58:03 +08:00
android:orientation="vertical"
2019-02-12 13:23:07 +08:00
>
2019-02-02 17:27:23 +08:00
2019-02-15 23:48:25 +08:00
<android.support.v4.widget.SwipeRefreshLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:id="@+id/swipeLayout" >
2019-02-14 00:58:03 +08:00
<android.support.v7.widget.RecyclerView
android:id="@+id/id_recyclerview"
android:divider="#ffff0000"
android:dividerHeight="10dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="40dp"
android:paddingTop="30dp"
/>
2019-02-15 23:48:25 +08:00
</android.support.v4.widget.SwipeRefreshLayout>
2019-02-02 17:27:23 +08:00
2019-02-14 00:58:03 +08:00
<android.support.design.widget.TextInputEditText
2019-02-12 13:23:07 +08:00
android:layout_width="wrap_content"
android:layout_height="1500dp" />
2019-02-14 00:58:03 +08:00
2019-02-12 13:23:07 +08:00
</LinearLayout>