use smaller side margins at included/excluded/hidden folders list

This commit is contained in:
tibbi 2018-04-08 23:48:46 +02:00
parent 0271af9c55
commit c4dd4696de

View file

@ -15,8 +15,6 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_centerVertical="true" android:layout_centerVertical="true"
android:layout_marginLeft="@dimen/medium_margin"
android:layout_marginRight="@dimen/medium_margin"
android:layout_marginTop="@dimen/medium_margin"/> android:layout_marginTop="@dimen/medium_margin"/>
</RelativeLayout> </RelativeLayout>