本文实例讲述了Android实现跑马灯效果的方法。分享给大家供大家参考。具体如下: 运行效果截图如下: 直接在布局里写代码就好了: <TextView and
本文实例讲述了Android实现跑马灯效果的方法。分享给大家供大家参考。具体如下:
运行效果截图如下:
直接在布局里写代码就好了:
<TextView
android:id="@+id/menu_desc"
android:layout_width="300dip"
android:layout_height="wrap_content"
android:text="温馨提示:左右滑动更改菜单,点击进入"
android:textColor="@color/white"
android:textSize="22dip"
android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:marqueeRepeatLimit="marquee_forever"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
>
</TextView>
主要是这几行:
android:singleLine="true"
android:ellipsize="marquee"
android:focusable="true"
android:focusableInTouchMode="true"
android:scrollHorizontally="true"
android:marqueeRepeatLimit="marquee_forever"
希望本文所述对大家的Android程序设计有所帮助。
您可能感兴趣的文章:Android 中TextView中跑马灯效果的实现方法Android TextView实现跑马灯效果的方法Android自定义View实现竖直跑马灯效果案例解析Android中使用TextView实现文字跑马灯效果Android实现图文垂直跑马灯效果Android自定义textview实现竖直滚动跑马灯效果Android跑马灯MarqueeView源码解析Android基于TextView不获取焦点实现跑马灯效果Android基于TextView属性android:ellipsize实现跑马灯效果的方法Android自定义图文跑马灯效果
--结束END--
本文标题: Android实现跑马灯效果的方法
本文链接: https://lsjlt.com/news/26527.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-01-21
2023-10-28
2023-10-28
2023-10-27
2023-10-27
2023-10-27
2023-10-27
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0