Android-SGTextView
Android-SGTextView copied to clipboard
Does not work with marquee
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" />
I am no longer the maintainer of the project. and u can fork a branch to modify the source code