你的位置:首页 > 软件开发 > 操作系统 > android 播放MP3

android 播放MP3

发布时间:2015-12-02 16:01:27
<??><!-- 定义当前布局的基本LinearLayout --><LinearLayout ="http://schemas.android.com/apk/res/android" android:layout_width ...
<??><!-- 定义当前布局的基本LinearLayout --><LinearLayout ="http://schemas.android.com/apk/res/android"  android:layout_width="fill_parent"  android:layout_height="fill_parent"  android:orientation="vertical" >  <!-- 定义提示用户播放mp3的显示控件 -->  <TextView    android:id="@+id/Tv"    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:hint="点击按钮播放/sdcard/1.mp3文件"    />  <!-- 定义用户点击播放声音的按钮控件 -->  <Button    android:id="@+id/Btn"    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:text="播放声音"    /></LinearLayout>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:android 播放MP3

关键词:Android

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录