From e796a6816a0d4b955a646ff6f4832ea81b44929e Mon Sep 17 00:00:00 2001 From: Federico Baron Date: Tue, 6 Sep 2022 16:26:56 -0700 Subject: [PATCH] Fix pagination broken when opening folder after restart bug. The alpha wasn't initialized properly so the footer would show up before it was expected to. Alpha is now initalized in the XML file so that the footer starts to appear only once the animation begins. Test: Manual Fix: 233690408 Change-Id: I9e08547401cb37ce2f9e711fc4ba000250c49c2e --- res/layout/user_folder_icon_normalized.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/user_folder_icon_normalized.xml b/res/layout/user_folder_icon_normalized.xml index 87bf33df8b..4dee6e7ec3 100644 --- a/res/layout/user_folder_icon_normalized.xml +++ b/res/layout/user_folder_icon_normalized.xml @@ -34,7 +34,8 @@ android:clipChildren="false" android:orientation="horizontal" android:paddingLeft="12dp" - android:paddingRight="12dp" > + android:paddingRight="12dp" + android:alpha="0">