2020-02-11 19:34:56 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
2022-04-17 19:48:41 +02:00
|
|
|
android:paddingStart="8dp"
|
|
|
|
android:paddingEnd="8dp">
|
2020-02-11 19:34:56 +01:00
|
|
|
|
|
|
|
<WebView
|
|
|
|
android:id="@+id/details_webview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="400dp"
|
|
|
|
android:background="@android:color/transparent" />
|
|
|
|
</LinearLayout>
|