[Android] Borderless reset button for play speed

Geoffrey Métais git at videolan.org
Fri Feb 20 18:07:24 CET 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Feb 20 18:06:47 2015 +0100| [a5a468a30c7e2387ee8cf4f0b6701f9ce3b01fe0] | committer: Geoffrey Métais

Borderless reset button for play speed

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=a5a468a30c7e2387ee8cf4f0b6701f9ce3b01fe0
---

 vlc-android/res/layout/fragment_advanced_options.xml |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/vlc-android/res/layout/fragment_advanced_options.xml b/vlc-android/res/layout/fragment_advanced_options.xml
index 04c7484..a4e234d 100644
--- a/vlc-android/res/layout/fragment_advanced_options.xml
+++ b/vlc-android/res/layout/fragment_advanced_options.xml
@@ -56,6 +56,8 @@
                     android:layout_alignParentRight="true"
                     android:layout_centerVertical="true"
                     android:focusable="true"
+                    tools:targetApi="11"
+                    style="?android:attr/borderlessButtonStyle"
                     android:text="1x" />
             </RelativeLayout>
 



More information about the Android mailing list