From 69af1baf7a1ff0d73a548a6a89bd8a8a31261c3a Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 10 Apr 2020 14:49:21 -0400 Subject: [PATCH] Use LinearLayout as root of main_activity Was causing issues within catalogues when search was invoked --- app/src/main/res/layout/main_activity.xml | 82 +++++++++++------------ 1 file changed, 38 insertions(+), 44 deletions(-) diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml index 593da2cf1..18b7d3056 100644 --- a/app/src/main/res/layout/main_activity.xml +++ b/app/src/main/res/layout/main_activity.xml @@ -1,57 +1,51 @@ - + android:fitsSystemWindows="true" + android:orientation="vertical"> - + android:layout_height="wrap_content"> - + android:layout_height="?attr/actionBarSize" + android:background="?attr/colorPrimary" + android:theme="?attr/actionBarTheme" /> - - - - - - - - - + app:tabGravity="center" + app:tabIndicator="@drawable/tab_indicator" + app:tabIndicatorFullWidth="false" + app:tabIndicatorHeight="3dp" + app:tabInlineLabel="true" + app:tabMinWidth="75dp" + app:tabMode="scrollable" /> - + - + + + + +