DonetskWebcam/res/layout-port/main.xml

12 lines
443 B
XML
Raw Normal View History

2013-08-24 15:24:40 +03:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<fragment
android:id="@+id/webcamChooserFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.annimon.donetskwebcam.WebcamChooserFragment" />
</LinearLayout>