home_layout_home_module_toolbar.xml 684 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?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>