From ce4ea39afd14301dd1df0501a657fa6de97d576a Mon Sep 17 00:00:00 2001
From: 陈奇 <1650699704@qq.com>
Date: Tue, 27 Nov 2018 17:11:35 +0800
Subject: [PATCH] [*]修改主页指针跳转动画

---
 app/src/main/res/layout/fragment_shoppingmall_layout.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/app/src/main/res/layout/fragment_shoppingmall_layout.xml b/app/src/main/res/layout/fragment_shoppingmall_layout.xml
index bb9aa1f..e3b8435 100644
--- a/app/src/main/res/layout/fragment_shoppingmall_layout.xml
+++ b/app/src/main/res/layout/fragment_shoppingmall_layout.xml
@@ -4,5 +4,8 @@
     android:layout_height="match_parent"
     android:background="@color/ac_bg"
     android:orientation="vertical">
-
+    <WebView
+        android:id="@+id/webView"
+        android:layout_width="match_parent"
+        android:layout_height="match_parent" />
 </LinearLayout>
\ No newline at end of file

--
Gitblit v1.8.0