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

25 lines
766 B
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-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-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>