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

Replaced NestedWebView with a ContextMenuWebView in a NestedScrollView in a SwipeRefreshLayout and deleted NestedWebView. No we do have working SwipeRefresh back. Why the hell has this been so simple??

This commit is contained in:
vanitasvitae 2016-10-09 00:30:04 +02:00
parent 3303a48787
commit 5b73f99213
Signed by: vanitasvitae
GPG key ID: DCCFB3302C9E4615
4 changed files with 28 additions and 147 deletions

View file

@ -3,11 +3,20 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.github.dfa.diaspora_android.ui.ContextMenuWebView
android:id="@+id/webView"
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipe_refresh"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent">
<android.support.v4.widget.NestedScrollView
android:id="@+id/nested_scroll"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.github.dfa.diaspora_android.ui.ContextMenuWebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.v4.widget.NestedScrollView>
</android.support.v4.widget.SwipeRefreshLayout>
<ProgressBar
android:id="@+id/progressBar"