From fb4bd3dbb341ba6bac9206fd4e0f8d8ef348132f Mon Sep 17 00:00:00 2001 From: Christophe Beyls Date: Thu, 29 Dec 2016 17:17:42 +0100 Subject: [PATCH] Use wrap_content instead of ?attr/actionBarSize for Toolbar height. --- app/src/main/res/layout/content_extended_title.xml | 2 +- app/src/main/res/layout/main.xml | 4 ++-- app/src/main/res/layout/track_schedule.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/content_extended_title.xml b/app/src/main/res/layout/content_extended_title.xml index 538f2e9..3deca59 100644 --- a/app/src/main/res/layout/content_extended_title.xml +++ b/app/src/main/res/layout/content_extended_title.xml @@ -19,7 +19,7 @@ android:id="@+id/toolbar" style="@style/Toolbar.Fosdem" android:layout_width="match_parent" - android:layout_height="?attr/actionBarSize" + android:layout_height="wrap_content" android:background="@null"/> + android:layout_height="wrap_content"/>