<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >

    <TextView  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:ellipsize="marquee"  
        android:focusable="true"  
        android:focusableInTouchMode="true"  
        android:marqueeRepeatLimit="marquee_forever"  
        android:singleLine="true" 
        android:drawableLeft="@drawable/aa"
        android:text="走马灯xml布局实现,哈哈。。。dddddddddddddddddddddddddddddddddddddd。ffffffffffffffffffff"   
/>    
</LinearLayout>

 

相关文章:

  • 2022-02-05
  • 2021-11-14
  • 2021-12-09
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2021-09-11
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-12-31
相关资源
相似解决方案