From 58205fefec456e733938dcd5b6d9fbdacf084fba Mon Sep 17 00:00:00 2001 From: Peter Serwylo Date: Sun, 13 Dec 2015 08:25:41 +1100 Subject: [PATCH] Don't animate category spinner hiding This caused the entire list view to e animated when navigating back to the Available tab. Tried switching the `animateLayoutChanged=true` to a child view only containing the category spinner, but this is not how the animation handling works. It needs to animate both the thing being hidden/shown, and also the next sibling of that thing to work properly. Thus, moving the spinner to its own child and leaving the list didn't work. --- F-Droid/res/layout/available_app_list.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/F-Droid/res/layout/available_app_list.xml b/F-Droid/res/layout/available_app_list.xml index da7cfe111..1ff394163 100644 --- a/F-Droid/res/layout/available_app_list.xml +++ b/F-Droid/res/layout/available_app_list.xml @@ -2,8 +2,7 @@ + android:layout_height="match_parent">