|
|
@@ -12,6 +12,7 @@
|
|
|
<android.support.design.widget.AppBarLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:background="@color/CFFFFFF"
|
|
|
app:elevation="0dp"
|
|
|
>
|
|
|
|
|
|
@@ -22,10 +23,21 @@
|
|
|
android:background="@color/CFFFFFF"
|
|
|
app:layout_scrollFlags="scroll|exitUntilCollapsed">
|
|
|
|
|
|
+ <android.support.design.widget.TabLayout
|
|
|
+ android:id="@+id/faq_tab_layout"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="55dp"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ app:layout_collapseMode="parallax"
|
|
|
+ app:tabIndicatorHeight="0dp"
|
|
|
+ tools:background="@color/C999999"
|
|
|
+ />
|
|
|
+
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
android:id="@+id/flexible.example.toolbar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="40dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
android:background="@null"
|
|
|
android:visibility="invisible"
|
|
|
app:elevation="0dp"
|
|
|
@@ -34,19 +46,17 @@
|
|
|
tools:visibility="visible"
|
|
|
/>
|
|
|
|
|
|
- <android.support.design.widget.TabLayout
|
|
|
- android:id="@+id/faq_tab_layout"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:layout_marginStart="25dp"
|
|
|
- android:layout_marginEnd="25dp"
|
|
|
- android:background="@color/CFFFFFF"
|
|
|
- app:tabBackground="@drawable/tab_indicator"
|
|
|
- app:tabIndicatorColor="@color/C000000"
|
|
|
- tools:background="@color/C999999"
|
|
|
- />
|
|
|
</android.support.design.widget.CollapsingToolbarLayout>
|
|
|
|
|
|
+ <android.support.design.widget.TabLayout
|
|
|
+ android:id="@+id/faq_tab_bar"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="3dp"
|
|
|
+ android:layout_gravity="bottom"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ />
|
|
|
+
|
|
|
</android.support.design.widget.AppBarLayout>
|
|
|
|
|
|
|