在android视图中闪烁文本 [英] Blinking Text in android view

查看:19
本文介绍了在android视图中闪烁文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在android中显示闪烁的文字.

How do I display Blinking Text in android.

谢谢大家.

推荐答案

其实在 ICS 中有一个复活节彩蛋闪烁标签!:) 我实际上并不推荐使用它——不过,在源代码中找到它真的很有趣!

Actually there is an Easter egg blink tag for this in ICS! :) I don't actually recommend using it - was REALLY amused to find it in the source, though!

<blink xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
    <TextView 
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:text="I'm blinking"
        />
</blink>

这篇关于在android视图中闪烁文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆