mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
9 lines
322 B
XML
9 lines
322 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:id="@+id/web_view"
|
||
|
xmlns:tools="http://schemas.android.com/tools"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent"
|
||
|
tools:context=".ui.WebviewFragment">
|
||
|
|
||
|
</WebView>
|