AIIK01 2014-04-01 07:33 采纳率: 0%
浏览 2032

RemoteViews 中包含一个TextView 怎样实现跑马灯效果

RemoteViews 中包含一个TextView 怎样实现跑马灯效果

具体代码如下:
配置文件:

 <TextView
    android:id="@+id/txt_trackinfo"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:layout_alignParentTop="true"
    android:layout_toRightOf="@+id/iv_cover"
    android:ellipsize="marquee"
    android:focusable="true"
    android:focusableInTouchMode="true"
    android:gravity="center"
    android:paddingLeft="33dip"
    android:paddingRight="33dip"
    android:paddingTop="4dip"
    android:singleLine="true"
    android:textColor="#33B5E5"
    android:textSize="15sp" />

 代码如下:


        RemoteViews views = new RemoteViews(getPackageName(), R.layout.newstatusbar);
    String trackinfo = getTrackName();
    String artist = getArtistName();
    if (artist == null || artist.equals(MediaStore.UNKNOWN_STRING)) {
        artist = getString(R.string.unknown_artist_name);
    }
    /// M: change the text color along theme change @{
    if (MusicFeatureOption.IS_SUPPORT_THEMEMANAGER) {
        Resources res = getResources();
        int textColor = res.getThemeMainColor();
        if (textColor != 0) {
            views.setTextColor(R.id.txt_trackinfo, textColor);
        }
    }
    /// @}
    //views.setBundle(R.id.txt_trackinfo,"requestFocus",null);
    trackinfo += " - " + artist;
    views.setTextViewText(R.id.txt_trackinfo, trackinfo);

求高手指导 指导~~~

  • 写回答

1条回答

  • 君落兮 2015-01-28 11:29
    关注

    android:id="@+id/tv5"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:singleLine="true"
    android:ellipsize="marquee"
    android:marqueeRepeatLimit="marquee_forever"
    android:focusableInTouchMode="true"
    android:focusable="true"
    />

    评论

报告相同问题?

悬赏问题

  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!
  • ¥15 drone 推送镜像时候 purge: true 推送完毕后没有删除对应的镜像,手动拷贝到服务器执行结果正确在样才能让指令自动执行成功删除对应镜像,如何解决?
  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示