![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 studycode ![]()
![]() |
我的app有一行跑馬燈本來都正常,會由左往右跑, 但升級Android 9的人看跑馬燈是不會動的,且右邊的字最後被省略,顯示「..」, 我手機Android 8 顯示是沒問題的,以下是我的設定,請問有什麼問題嗎? <TextView android:id="@+id/marquee" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@+id/dotLayout1" android:background="#ffff4040" android:ellipsize="marquee" android:focusable="true" android:focusableInTouchMode="true" android:marqueeRepeatLimit="marquee_forever" android:paddingBottom="4dp" android:paddingTop="4dp" android:singleLine="true" android:text="" android:textColor="@color/White" android:textSize="21sp" /> |