From e5f9ca1c79c698d20dcbeae6237f1140396f6a2a Mon Sep 17 00:00:00 2001 From: Pranav Date: Thu, 31 Jan 2019 14:06:16 +0530 Subject: [PATCH] fixed :#988 all tickets are not showing in ticket-fragment in landscape mode changed the parent element from ScrollView to NestedScrollView added android:descendantFocusability="blocksDescendants" property to get the scoll position to top every time orientation changed fixed :#986 --- app/src/main/res/layout/fragment_tickets.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/fragment_tickets.xml b/app/src/main/res/layout/fragment_tickets.xml index 7a624a1b68..d41fb8ba4b 100644 --- a/app/src/main/res/layout/fragment_tickets.xml +++ b/app/src/main/res/layout/fragment_tickets.xml @@ -1,5 +1,5 @@ - + android:id="@+id/ticketsCoordinatorLayout" + android:descendantFocusability="blocksDescendants"> - +