<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/title_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:visibility="gone" android:orientation="vertical" app:layout_collapseMode="pin"> <View android:id="@+id/view_search_toolbar_bg" android:layout_width="match_parent" android:layout_height="@dimen/home_home_title_bar_height" android:background="#FFDD33" android:tag="toolbar_bg" /> </RelativeLayout>