Improving our own media control: removed 'next' and 'previous' buttons, removed undes...
[pub/Android/ownCloud.git] / res / layout / media_control.xml
index 69d27c6..070ae8c 100644 (file)
         >
 
         <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>