SmsForwarder/app/src/main/res/layout/fragment_pulldown_web.xml
2022-06-06 16:56:20 +08:00

15 lines
599 B
XML

<?xml version="1.0" encoding="utf-8"?>
<com.scwang.smartrefresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/refreshLayout"
style="@style/PullDownStyle">
<com.idormy.sms.forwarder.core.webview.LollipopFixedWebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/xui_config_color_white"
android:overScrollMode="never"
android:visibility="visible" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout>