卡片(Card)

Teamhelper Community2024-04-15 01:25:00

image-20240415020216555

预览OVERVIEW

image-20240415021528608

基础用法

<com.mst.basics.slide.widget.v2.GlassCard
    app:showSign="true"
    android:layout_width="@dimen/dp_200"
    android:layout_height="@dimen/dp_128">

    <androidx.appcompat.widget.LinearLayoutCompat
        android:tag="content"
        android:layout_width="match_parent"
        android:layout_height="match_parent">

        <TextView
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:ellipsize="end"
            android:maxLines="5"
            android:textColor="@color/text_accent"
            android:text="测试内容测试内容测试内容测试内容测试内容测试内容测测试内容测试内容测测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容测试内容" />
    </androidx.appcompat.widget.LinearLayoutCompat>


</com.mst.basics.slide.widget.v2.GlassCard>
Last Updated 4/15/2024, 10:24:57 AM