修复三按键导航模式下,首页Banner进去可能网页底部显示不全的问题

This commit is contained in:
2022-11-23 17:41:34 +08:00
parent d71fe7d92e
commit 08906e028a
3 changed files with 17 additions and 5 deletions

View File

@@ -63,4 +63,9 @@
android:layout_height="3dp"
android:progressDrawable="@drawable/bg_horizontal_progressbar"
android:visibility="gone" />
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>