[Android] Remove margins in AppBarLayout

Geoffrey Métais git at videolan.org
Tue Jan 22 11:54:49 CET 2019


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Jan 22 11:51:46 2019 +0100| [6d5a62786208dfd226b4ab2f6c0f3f3025641915] | committer: Geoffrey Métais

Remove margins in AppBarLayout

> https://code.videolan.org/videolan/vlc-android/commit/6d5a62786208dfd226b4ab2f6c0f3f3025641915
---

 vlc-android/res/layout/browser_path_item.xml | 6 +++---
 vlc-android/res/layout/toolbar.xml           | 2 --
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/vlc-android/res/layout/browser_path_item.xml b/vlc-android/res/layout/browser_path_item.xml
index 8dbfac089..3c16be78f 100644
--- a/vlc-android/res/layout/browser_path_item.xml
+++ b/vlc-android/res/layout/browser_path_item.xml
@@ -3,8 +3,8 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     android:layout_width="wrap_content"
-    android:layout_height="18dp"
-    android:paddingBottom="2dp"
-    android:layout_marginBottom="4dp"
+    android:layout_height="wrap_content"
+    android:paddingBottom="4dp"
+    android:paddingTop="3dp"
     android:textColor="@color/grey50"
     tools:text="folder"/>
\ No newline at end of file
diff --git a/vlc-android/res/layout/toolbar.xml b/vlc-android/res/layout/toolbar.xml
index f221eee25..2312d3b78 100644
--- a/vlc-android/res/layout/toolbar.xml
+++ b/vlc-android/res/layout/toolbar.xml
@@ -24,8 +24,6 @@
         android:id="@+id/ariane"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_margin="8dp"
-        android:layout_marginLeft="16dp"
         android:visibility="gone"
         android:layout_marginStart="16dp"
         app:layout_scrollFlags="scroll|enterAlways" />



More information about the Android mailing list