[Android] res: remove nonsensical attribute usage

Edward Wang git at videolan.org
Mon Feb 24 01:05:01 CET 2014


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Feb 23 18:44:54 2014 -0500| [1bb655c1f282431090524f1be787499e124f7359] | committer: Edward Wang

res: remove nonsensical attribute usage

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

 vlc-android/res/layout/directory_view_item.xml |    1 -
 1 file changed, 1 deletion(-)

diff --git a/vlc-android/res/layout/directory_view_item.xml b/vlc-android/res/layout/directory_view_item.xml
index 08847ee..3b27879 100644
--- a/vlc-android/res/layout/directory_view_item.xml
+++ b/vlc-android/res/layout/directory_view_item.xml
@@ -16,7 +16,6 @@
     <LinearLayout
         android:layout_width="match_parent"
         android:layout_height="match_parent"
-        android:layout_toRightOf="@+id/cover"
         android:gravity="center_vertical"
         android:orientation="vertical"
         android:paddingLeft="10dp" >



More information about the Android mailing list