Commit 94d4fb2c by sikang

bug fix

parent 80b18570
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
android:id="@+id/activity_policy_webview" android:id="@+id/activity_policy_webview"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:longClickable="false"
android:layout_weight="1" android:layout_weight="1"
android:layout_margin="5dp" android:layout_margin="5dp"
android:background="@color/white" /> android:background="@color/white" />
......
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
<WebView <WebView
android:id="@+id/activity_web_wv" android:id="@+id/activity_web_wv"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent"
android:longClickable="false" />
</com.scwang.smartrefresh.layout.SmartRefreshLayout> </com.scwang.smartrefresh.layout.SmartRefreshLayout>
</LinearLayout> </LinearLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment