初学Andriod之跑马灯属性设置


  <TextView        android:id="@+id/tv"        android:layout_width="fill_parent"        android:layout_height="wrap_content"        android:autoLink="all"        android:text="初学Andriod之跑马灯属性设置初学Andriod之跑马灯属性设置初学Andriod之跑马灯属性设置初学Andriod之跑马灯属性设置"        android:textColor="#00ff00"        android:textSize="20sp"         android:singleLine="true"        android:focusable="true"        android:ellipsize="marquee"        android:marqueeRepeatLimit="marquee_forever"        android:focusableInTouchMode="true"                />


android:singleLine="true"
android:focusable="true"
android:ellipsize="marquee"
android:marqueeRepeatLimit="marquee_forever"
android:focusableInTouchMode="true"


更多相关文章

  1. Android attrs文件(自定义)属性详解
  2. AndroidManifest文件中android属性
  3. android:exported 属性详解
  4. Android中RelativeLayout布局各个xml相对布局属性的介绍和使用
  5. [android]控件ImageView的常用属性
  6. 【Android】TextView常用属性
  7. Android属性之build.prop,及property_get/property_set && Androi

随机推荐

  1. android 以太网设置静态ip
  2. Android(安卓)下通过 HTTP 获取天气 API(
  3. mtk android lcm调试
  4. android 使用OkHttpClient上传文件到服务
  5. android读写文件权限管理
  6. Android----View
  7. android整合--UI基本控件Button,ImageBut
  8. 自定义菜单
  9. Android之AIDL跨进程抛异常的原理
  10. android耳机插入\拔出事件上报流程