ExpandTextView icon indicating copy to clipboard operation
ExpandTextView copied to clipboard

放RelativeLayout左边放个头像就没效果了

Open aer874475222 opened this issue 4 years ago • 0 comments

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical">

<de.hdodenhof.circleimageview.CircleImageView
    android:id="@+id/cardHead"
    android:layout_width="@dimen/dp48"
    android:layout_height="@dimen/dp48"
    android:layout_marginStart="@dimen/dp16"
    android:layout_marginTop="@dimen/dp16"
    android:layout_marginEnd="@dimen/dp12"
    android:layout_marginBottom="@dimen/dp16"
    android:src="@drawable/ic_default_avatar" />


    <com.yinjin.expandtextview.ExpandTextView
        android:id="@+id/expandTextView"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="10dp"
        android:layout_marginEnd="15dp"
        android:layout_toRightOf="@+id/cardHead"
        android:lineSpacingMultiplier="1"
        android:text="11111111111111111111"
        android:textColor="@color/Color303033"
        android:textSize="@dimen/text_size_14" />

aer874475222 avatar May 27 '21 02:05 aer874475222