habitica-android/Habitica/res/layout/fragment_news.xml

11 lines
363 B
XML
Raw Permalink Normal View History

2016-03-16 20:01:51 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-10-17 17:18:34 +00:00
<WebView
2016-03-16 20:01:51 +00:00
xmlns:android="http://schemas.android.com/apk/res/android"
2017-10-17 17:18:34 +00:00
android:id="@+id/newsWebview"
2016-03-16 20:01:51 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scrollbarSize="3dp"
android:scrollbarThumbVertical="@color/scrollbarThumb"
2016-03-16 20:01:51 +00:00
android:scrollbars="vertical">
2017-10-17 17:18:34 +00:00
</WebView>