2016-06-12 18:46:19 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
2016-06-19 01:48:04 +02:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@android:color/white">
|
2016-06-12 18:46:19 +02:00
|
|
|
|
2016-06-19 01:48:04 +02:00
|
|
|
<WebView
|
2016-06-12 18:46:19 +02:00
|
|
|
android:id="@+id/aboutHtml"
|
2019-09-18 23:03:08 +02:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
2016-06-12 18:46:19 +02:00
|
|
|
</LinearLayout>
|