我创建了一些在xml上运行文本的动画,以及在java上的图片幻灯片,但是当我运行我的应用程序时,所有动画都没有顺利运行。所以我可以做的是让所有动画在我的应用程序上运行顺利。我的代码如下:
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/trading"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:scrollHorizontally="true"
android:singleLine="true"
android:focusable="true"
android:focusableInTouchMode="true"
android:text="Trading Hours are Monday to Friday. 08:00 AM - 05:30 PM, welcome to Golden Royal Exchage and enjoy your game......"
android:textSize="13sp"
android:textColor="#ba8707"/>