mirror of
https://github.com/gsantner/dandelion
synced 2025-12-08 21:31:10 +01:00
Updated BottomBarBehavior
This commit is contained in:
parent
d6b1641854
commit
ec3de5c320
2 changed files with 36 additions and 82 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue