设为首页 加入收藏

TOP

Android 音乐播放器实现歌词显示(三)
2014-11-24 00:08:15 来源: 作者: 【 】 浏览:27
Tags:Android 音乐 播放器 实现 歌词 显示
} catch (InterruptedException e) {
}
i++;
if (i == mTimeList.size() - 1) {
mPlayer.stop();
break;
}
}
}
}).start();
}
}


main.xml:


xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity" >


android:id="@+id/button"
android:layout_width="60dip"
android:layout_height="60dip"
android:text="stop" />


android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/button"
android:text="song" />



首页 上一页 1 2 3 下一页 尾页 3/3/3
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Android多媒体开发 音乐播放以及.. 下一篇Android 欢迎界面设置

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容: