WEB开发网
开发学院手机开发Android 开发 Android 开发之音乐播放之进度条 阅读

Android 开发之音乐播放之进度条

 2010-04-12 19:05:00 来源:WEB开发网   
核心提示:17. android:singleLine="true"18. / >19. < TextView20. android:id="@+id/progress"21. android:text="Progress.."22. android:lay

17. android:singleLine="true"

18. / >

19. < TextView

20. android:id="@+id/progress"

21. android:text="Progress.."

22. android:layout_width="50dip"

23. android:layout_height="fill_parent"

24. android:gravity="center"

25. android:singleLine="true"

26. / >

27. < /LinearLayout >

28. < SeekBar

29. android:id="@+id/seekb"

30. android:max="100"

31. android:layout_width="fill_parent"

32. android:layout_height="wrap_content"

33. / >

34. < /LinearLayout >

< ?xml version="1.0" encoding="utf-8"? >

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="vertical"

android:layout_width="fill_parent"

android:layout_height="fill_parent"

>

< LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

android:orientation="horizontal"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

>

< Button

android:id="@+id/cmd"

android:text="Loading..."

android:layout_width="90dip"

android:layout_height="wrap_content"

android:singleLine="true"

/ >

< TextView

android:id="@+id/progress"

android:text="Progress.."

android:layout_width="50dip"

android:layout_height="fill_parent"

android:gravity="center"

android:singleLine="true"

/ >

< /LinearLayout >

< SeekBar

android:id="@+id/seekb"

android:max="100"

android:layout_width="fill_parent"

android:layout_height="wrap_content"

/ >

上一页  1 2 3 4  下一页

Tags:Android 开发 音乐

编辑录入:coldstar [复制链接] [打 印]
赞助商链接