1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-08 21:31:10 +01:00

Updated BottomBarBehavior

This commit is contained in:
vanitasvitae 2016-08-07 01:09:19 +02:00
parent d6b1641854
commit ec3de5c320
2 changed files with 36 additions and 82 deletions

View file

@ -11,11 +11,11 @@
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<com.github.dfa.diaspora_android.ui.ContextMenuWebView
android:id="@+id/webView"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_alignParentEnd="true"