Get the height of the ToolBar from the current theme

This commit is contained in:
Gabriele M
2017-07-17 12:42:58 +02:00
parent d0f9c4be22
commit 61f9bb8f30

View File

@@ -69,7 +69,7 @@
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="56dp"
android:layout_height="?attr/actionBarSize"
android:titleTextColor="@color/white"
app:layout_collapseMode="pin" />
</android.support.design.widget.CollapsingToolbarLayout>