zftlive/res/layout/fab__header_container.xml

14 lines
474 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MergeRootFrame"
android:id="@+id/fab__header_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<View
android:id="@+id/fab__gradient"
android:layout_width="match_parent"
android:layout_height="100dp" />
</FrameLayout>