Add a WebView for those who do not have Chrome installed.

This commit is contained in:
Alex Ning
2021-03-11 22:08:27 +08:00
parent 231530c6eb
commit 2d4b308e39
20 changed files with 243 additions and 20 deletions

View File

@@ -42,8 +42,7 @@
<ml.docilealligator.infinityforreddit.customviews.LollipopBugFixedWebView
android:id="@+id/webview_login_activity"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
android:layout_height="match_parent" />
</LinearLayout>