萤石云 iOSSDK,移植跨平台相关工程
JLChen
2021-02-01 7ab063d5c658143b5bce7ca8e5ae9bfc700bb1d8
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:local="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:foreground="?attr/selectableItemBackground" android:layout_height="wrap_content" android:layout_marginLeft="12dp" android:layout_marginRight="12dp" android:layout_marginBottom="12dp">
    <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content">
        <TextView android:id="@android:id/text1" android:layout_width="match_parent" android:layout_height="wrap_content" android:paddingTop="@dimen/small_margin" android:paddingLeft="@dimen/small_margin" android:paddingRight="@dimen/small_margin" android:maxLines="1" android:ellipsize="end" style="?android:textAppearanceMedium" tools:text="Title 1" />
        <TextView android:id="@android:id/text2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@android:id/text1" android:padding="@dimen/small_margin" android:ellipsize="end" android:maxLines="4" style="?android:textAppearanceSmall" tools:text="Description goes here" />
    </RelativeLayout>
</android.support.v7.widget.CardView>