From e5c3d281ad8d468d2f34b7da3e04c21dce29d728 Mon Sep 17 00:00:00 2001 From: Taesu Lee Date: Fri, 6 Mar 2020 17:37:54 +0900 Subject: [PATCH] Fix undesirable ripple effect on GalleryGridView Set focusableInTouchMode = ture for workaround. Test: Long-press a media and release it on GalleryGridView, check whether there is any undesirable ripple effect or not. Change-Id: I076c47338d11b396210648a68ae393761d334c03 Signed-off-by: Taesu Lee --- res/layout/gallery_grid_item_view.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/res/layout/gallery_grid_item_view.xml b/res/layout/gallery_grid_item_view.xml index fc857ca..f8f3920 100644 --- a/res/layout/gallery_grid_item_view.xml +++ b/res/layout/gallery_grid_item_view.xml @@ -85,6 +85,7 @@