教你轻松制作Android音乐播放器

2019-12-10 19:54:21于海丽
  • }   
  • }  } 

    4、最后附上xml布局文件,算是代码上传完全了:

     

     
    1. <LinearLayout xmlns:android="http://www.easck.com/apk/res/android"  xmlns:tools="http://www.easck.com/tools" 
    2. android:layout_width="match_parent"  android:layout_height="match_parent" 
    3. android:orientation="vertical"  tools:context="${relativePackage}.${activityClass}" > 
    4. <TextView   android:id="@+id/title" 
    5. android:layout_width="wrap_content"  android:layout_height="wrap_content" 
    6. android:layout_gravity="center_horizontal"  android:textSize="25sp" 
    7. android:textColor="#444444"  /> 
    8. <SeekBar   android:id="@+id/mSeekbar" 
    9. android:layout_gravity="center_horizontal"  android:layout_width="400dp" 
    10. android:layout_height="wrap_content"  android:max="100" 
    11. />  <RelativeLayout  
    12. android:layout_width="match_parent"  android:layout_height="wrap_content" 
    13. >  <TextView 
    14. android:id="@+id/curTime"  android:layout_height="wrap_content" 
    15. android:layout_width="wrap_content"  android:layout_alignParentLeft="true" 
    16.   /> 
    17. <TextView  android:id="@+id/totalTime" 
    18. android:layout_height="wrap_content"  android:layout_width="wrap_content"