zoukankan      html  css  js  c++  java
  • JAVA跑马灯实现1

    <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:ellipsize="marquee"
            android:focusable="true"
            android:singleLine="true"
            android:focusableInTouchMode="true"
            android:text="@string/hello_world" />
         在string.xml文件中添加<string name="hello_world">我是一个TextView我是一个长TextView我是一个长TextView</string>  运行即可

  • 相关阅读:
    cJSON库源码分析
    cJSON 使用详解
    day23
    day22
    作业21
    day21
    作业20
    day20
    作业
    day19
  • 原文地址:https://www.cnblogs.com/wynet/p/5147296.html
Copyright © 2011-2022 走看看