Commit 7bc03cff authored by Varun Patil's avatar Varun Patil

Hide webview scrollbars

parent d1b8f9a0
...@@ -8,7 +8,8 @@ ...@@ -8,7 +8,8 @@
<WebView <WebView
android:id="@+id/add_event_webview" android:id="@+id/add_event_webview"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent"> android:layout_height="match_parent"
android:scrollbars="none">
</WebView> </WebView>
......
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