Android-SGTextView icon indicating copy to clipboard operation
Android-SGTextView copied to clipboard

Does not work with marquee

Open twenk11k opened this issue 7 years ago • 1 comments

I tried marquee for floating textview but it's not working. However TextView with same xml code is working well.

<com.projectxxxxx.sgtextview.TextViewBG.SGTextView android:id="@+id/sgtextview" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="116dp" android:layout_marginLeft="13dp" android:layout_marginStart="13dp" android:textColor="@color/white" android:textStyle="bold" android:singleLine="true" android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" android:marqueeRepeatLimit ="marquee_forever" android:scrollHorizontally="true" android:freezesText="true" />

twenk11k avatar Jan 01 '18 06:01 twenk11k

I am no longer the maintainer of the project. and u can fork a branch to modify the source code

hcq0618 avatar Jan 07 '18 10:01 hcq0618