[Android] Fix indentation
    Geoffrey Métais 
    git at videolan.org
       
    Tue May 31 19:14:35 CEST 2016
    
    
  
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue May 31 19:11:22 2016 +0200| [6e2ff4671f0ee817b80ada9aa7fbf71865bc8502] | committer: Geoffrey Métais
Fix indentation
> https://code.videolan.org/videolan/vlc-android/commit/6e2ff4671f0ee817b80ada9aa7fbf71865bc8502
---
 vlc-android/res/layout/player.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/layout/player.xml b/vlc-android/res/layout/player.xml
index 153c741..a89d1af 100644
--- a/vlc-android/res/layout/player.xml
+++ b/vlc-android/res/layout/player.xml
@@ -64,7 +64,7 @@
             android:orientation="horizontal"
             android:layout_above="@+id/progress_overlay"
             android:layout_centerHorizontal="true"
-                android:background="@drawable/video_list_length_bg"
+            android:background="@drawable/video_list_length_bg"
             android:layout_marginBottom="@dimen/default_margin"
             android:visibility="invisible">
             <FrameLayout
    
    
More information about the Android
mailing list