Correct spacing to avoid conflicting with scrollbar

This commit is contained in:
Joseph Petersen 2017-10-19 20:44:39 +02:00
parent 435ca69cdc
commit 4aaa168ee0
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
android:id="@+id/toggleHolder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/spacing_micro"
android:layout_marginEnd="@dimen/spacing_normal"
android:orientation="horizontal">
<com.fastaccess.ui.widgets.AvatarLayout

View File

@ -18,7 +18,7 @@
android:id="@+id/toggleHolder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="@dimen/spacing_micro"
android:layout_marginEnd="@dimen/spacing_normal"
android:orientation="horizontal">
<com.fastaccess.ui.widgets.AvatarLayout