亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android開發中通過使用TextView實現一個字體滾動效果

發布時間:2020-11-20 15:27:03 來源:億速云 閱讀:207 作者:Leah 欄目:移動開發

這篇文章給大家介紹 Android開發中通過使用TextView實現一個字體滾動效果,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

Android TextView 字體滾動效果

實例代碼:

package com.godinsec.seland.ui.tools; 
 
import android.content.Context; 
import android.text.TextUtils.TruncateAt; 
import android.util.AttributeSet; 
import android.widget.TextView; 
 
public class MarqueTextView extends TextView { 
 
  public MarqueTextView(Context context, AttributeSet attrs, int defStyle) { 
    super(context, attrs, defStyle); 
    init(context); 
  } 
 
  public MarqueTextView(Context context, AttributeSet attrs) { 
    super(context, attrs); 
    init(context); 
  } 
 
  public MarqueTextView(Context context) { 
    super(context); 
    init(context); 
  } 
 
  private void init(Context context) { 
     setEllipsize(TruncateAt.MARQUEE) ; 
  } 
 
  @Override 
  public boolean isFocused() { 
 
    return true; 
  } 
} 

Android  XML:

<com.godinsec.seland.ui.tools.MarqueTextView 
      android:id="@+id/tv_attention_name" 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:layout_gravity="center_vertical" 
      android:layout_weight="1" 
       
      android:ellipsize="marquee" 
      android:focusable="true" 
      android:focusableInTouchMode="true" 
      android:marqueeRepeatLimit="marquee_forever" 
      android:singleLine="true" 
       
      android:text="XXXXXXXXXXXXXXXXXX" 
      android:textColor="@color/textcolor_black_b2" 
      android:textSize="@dimen/text_sp_s3" /> 

關于 Android開發中通過使用TextView實現一個字體滾動效果就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

永登县| 惠来县| 阿巴嘎旗| 阜城县| 景东| 准格尔旗| 香河县| 徐汇区| 翁源县| 体育| 蓬安县| 错那县| 睢宁县| 安徽省| 肇东市| 洛宁县| 怀远县| 镇巴县| 崇州市| 抚松县| 同德县| 揭东县| 陆良县| 沈阳市| 嵩明县| 会同县| 杭锦旗| 五莲县| 林西县| 阜城县| 上虞市| 内乡县| 南靖县| 孝义市| 威宁| 高密市| 麻栗坡县| 汨罗市| 曲松县| 忻城县| 海伦市|