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

18 lines
467 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"
android:orientation="vertical"
2019-02-01 22:48:32 +08:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2019-02-12 13:23:07 +08:00
android:padding="3dp"
>
2019-02-02 17:27:23 +08:00
2019-02-12 13:23:07 +08:00
<include layout="@layout/fragment_jingxuan_tuijian" />
2019-02-02 17:27:23 +08:00
2019-02-01 22:48:32 +08:00
2019-02-12 13:23:07 +08:00
<android.support.design.widget.TextInputEditText
android:layout_width="wrap_content"
android:layout_height="1500dp" />
</LinearLayout>