Newer
Older
MathsCalc / app / src / main / res / layout / activity_card_list.xml
bello on 25 Nov 2018 510 bytes 增加卡片收集功能
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@drawable/ic_page_bg"
    android:orientation="vertical">

    <include layout="@layout/lt_top" />


    <android.support.v7.widget.RecyclerView
        android:id="@+id/recycler_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</LinearLayout>