ultrasonic-app-subsonic-and.../res/layout/play_video.xml

12 lines
356 B
XML
Raw Normal View History

2012-02-26 21:25:13 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<FrameLayout xmlns:a="http://schemas.android.com/apk/res/android"
a:layout_width="fill_parent"
a:layout_height="fill_parent">
<WebView
a:id="@+id/play_video_contents"
a:layout_width="fill_parent"
a:layout_height="fill_parent"/>
</FrameLayout>