[Android] video: remove link between unrelated views inside RelativeLayout
Sébastien Toque
git at videolan.org
Sat May 18 19:44:07 CEST 2013
vlc-ports/android | branch: master | Sébastien Toque <xilasz at gmail.com> | Sat May 18 19:22:20 2013 +0200| [4bedb9d5b36430ff0ce87d0944025d42551c868b] | committer: Sébastien Toque
video: remove link between unrelated views inside RelativeLayout
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=4bedb9d5b36430ff0ce87d0944025d42551c868b
---
vlc-android/res/layout/player.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/vlc-android/res/layout/player.xml b/vlc-android/res/layout/player.xml
index 64b8c35..2195d96 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -122,7 +122,6 @@
android:id="@+id/player_control"
android:layout_width="fill_parent"
android:layout_height="40dip"
- android:layout_below="@+id/player_overlay_seekbar"
android:layout_centerHorizontal="true"
android:layout_marginLeft="60dp"
android:layout_marginRight="60dp" />
@@ -132,7 +131,6 @@
android:layout_width="40dip"
android:layout_height="40dip"
android:layout_alignParentRight="true"
- android:layout_below="@+id/player_overlay_seekbar"
android:background="@drawable/ic_size" />
</RelativeLayout>
More information about the Android
mailing list