1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-09 22:01:17 +01:00

Blend out bottom bar

This commit is contained in:
vanitasvitae 2016-06-21 16:18:19 +02:00
parent f7f72a404b
commit 9e5b2b1235
2 changed files with 105 additions and 1 deletions

View file

@ -42,13 +42,15 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:theme="@style/AppTheme.AppBarOverlay">
android:theme="@style/AppTheme.AppBarOverlay"
app:layout_behavior=".ui.BottomBarBehavior">
<android.support.v7.widget.ActionMenuView
android:id="@+id/toolbar2"
android:layout_width="match_parent"
android:layout_height="45dp"
android:background="?attr/colorPrimary"
app:layout_scrollFlags="scroll|enterAlways|snap"
app:popupTheme="@style/AppTheme.PopupOverlay" />
</android.support.design.widget.AppBarLayout>