From b36474ef9c52f09e25bc7ab86cbccda2ca90e3af Mon Sep 17 00:00:00 2001 From: Rashad Cureton Date: Thu, 15 Nov 2018 10:47:39 -0500 Subject: [PATCH] fixed bug in discovery layout by wrapping the toolbar and tabs in a linear layout --- app/src/main/res/layout/discovery_layout.xml | 32 ++++++++++++-------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/app/src/main/res/layout/discovery_layout.xml b/app/src/main/res/layout/discovery_layout.xml index b67ef6bf15..6b9f892b0c 100644 --- a/app/src/main/res/layout/discovery_layout.xml +++ b/app/src/main/res/layout/discovery_layout.xml @@ -34,21 +34,27 @@ android:layout_height="wrap_content" app:layout_scrollFlags="scroll|enterAlways"> - + android:layout_height="wrap_content"> - + + + + +