4、最后附上xml布局文件,算是代码上传完全了:
- <LinearLayout xmlns:android="http://www.easck.com/apk/res/android" xmlns:tools="http://www.easck.com/tools"
- android:layout_width="match_parent" android:layout_height="match_parent"
- android:orientation="vertical" tools:context="${relativePackage}.${activityClass}" >
- <TextView android:id="@+id/title"
- android:layout_width="wrap_content" android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal" android:textSize="25sp"
- android:textColor="#444444" />
- <SeekBar android:id="@+id/mSeekbar"
- android:layout_gravity="center_horizontal" android:layout_width="400dp"
- android:layout_height="wrap_content" android:max="100"
- /> <RelativeLayout
- android:layout_width="match_parent" android:layout_height="wrap_content"
- > <TextView
- android:id="@+id/curTime" android:layout_height="wrap_content"
- android:layout_width="wrap_content" android:layout_alignParentLeft="true"
- />
- <TextView android:id="@+id/totalTime"
- android:layout_height="wrap_content" android:layout_width="wrap_content"










