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

20 lines
640 B
XML
Raw Normal View History

2019-02-21 00:01:55 +08:00
<?xml version="1.0" encoding="utf-8"?>
2019-04-17 23:28:18 +08:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2019-02-21 00:01:55 +08:00
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
2019-02-21 23:56:21 +08:00
style="@style/llOutside"
2019-04-17 23:28:18 +08:00
tools:showIn="@layout/activity_cates"
2019-02-21 23:56:21 +08:00
2019-04-17 23:28:18 +08:00
>
2019-02-21 00:01:55 +08:00
<android.support.v7.widget.RecyclerView
android:id="@+id/recycleViewCateList"
android:layout_width="match_parent"
android:layout_height="match_parent"
2019-04-17 23:28:18 +08:00
android:layout_marginTop="60dp"
2019-02-21 00:01:55 +08:00
>
</android.support.v7.widget.RecyclerView>
2019-04-17 23:28:18 +08:00
<!--android:background="@color/whitesmoke"-->
2019-02-21 00:01:55 +08:00
2019-04-17 23:28:18 +08:00
</LinearLayout>