| | |
| | | android:layout_height="wrap_content" |
| | | android:text="获取当前歌曲信息" /> |
| | | |
| | | <!-- <Button--> |
| | | <!-- android:id="@+id/playpause"--> |
| | | <!-- android:layout_width="wrap_content"--> |
| | | <!-- android:layout_height="wrap_content"--> |
| | | <!-- android:text="播放/暂停" />--> |
| | | |
| | | <!-- <Button--> |
| | | <!-- android:id="@+id/playstop"--> |
| | | <!-- android:layout_width="wrap_content"--> |
| | | <!-- android:layout_height="wrap_content"--> |
| | | <!-- android:text="播放/停止" />--> |
| | | <Button |
| | | android:id="@+id/playpause" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="播放/暂停" /> |
| | | android:text="播放" /> |
| | | |
| | | <Button |
| | | android:id="@+id/playstop" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="播放/停止" /> |
| | | android:text="停止" /> |
| | | |
| | | </LinearLayout> |
| | | |