Skip to content
Snippets Groups Projects
Commit 6d5a6278 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Remove margins in AppBarLayout

parent c0bc6a3d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment