Pilldroid/app/src/main/res/layout/about.xml

11 lines
428 B
XML
Raw Normal View History

<?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-19 01:48:04 +02:00
<WebView
android:id="@+id/aboutHtml"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>