From a64195750fd55fb6cfee26933b84eb16bae3e3f6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 16 Sep 2017 22:31:00 +0200 Subject: [PATCH] remove some visual glitches at horizontally swiping at the folder thumbnails --- app/src/main/res/layout/directory_item.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/directory_item.xml b/app/src/main/res/layout/directory_item.xml index f6d296e07..6903b7f46 100644 --- a/app/src/main/res/layout/directory_item.xml +++ b/app/src/main/res/layout/directory_item.xml @@ -39,7 +39,9 @@ android:id="@+id/dir_shadow_holder" android:layout_width="match_parent" android:layout_height="@dimen/tmb_shadow_height" + android:layout_alignLeft="@+id/dir_bottom_holder" android:layout_alignParentBottom="true" + android:layout_alignRight="@+id/dir_bottom_holder" android:background="@drawable/gradient_background"/>