40 lines
1.1 KiB
XML
40 lines
1.1 KiB
XML
<?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:orientation="vertical"
|
|
android:background="@color/f7" >
|
|
|
|
<TextView
|
|
android:textColor="@color/lightlittleGrey"
|
|
android:id="@+id/right_lv"
|
|
android:layout_marginLeft="10dip"
|
|
android:gravity="left|center_vertical"
|
|
android:layout_marginTop="10dip"
|
|
android:layout_marginBottom="10dip"
|
|
android:layout_marginRight="17dip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:text="右边标题"
|
|
android:textSize="20sp"
|
|
|
|
/>
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="1dp"
|
|
|
|
/>
|
|
<my_view.two_recy_view.CostomGridView
|
|
android:layout_width="match_parent"
|
|
android:numColumns="2"
|
|
|
|
android:scrollbars="none"
|
|
android:layout_height="match_parent"
|
|
android:id="@+id/right_cos_list"
|
|
|
|
>
|
|
</my_view.two_recy_view.CostomGridView>
|
|
|
|
</LinearLayout>
|