>
<ImageButton
- android:id="@+id/previousBtn"
- style="@android:style/MediaButton.Previous"
- android:contentDescription="@string/media_previous_description"
- />
- <ImageButton
android:id="@+id/rewindBtn"
style="@android:style/MediaButton.Rew"
android:contentDescription="@string/media_rewind_description"
style="@android:style/MediaButton.Ffwd"
android:contentDescription="@string/media_forward_description"
/>
- <ImageButton
- android:id="@+id/nextBtn"
- style="@android:style/MediaButton.Next"
- android:contentDescription="@string/media_next_description"
- />
</LinearLayout>