1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-02-03 18:47:31 +01:00

12 lines
356 B
XML
Raw Normal View History

2012-02-26 15:25:13 -05: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>