DonetskWebcam/res/layout-port/main.xml
2013-08-24 15:24:40 +03:00

12 lines
443 B
XML

<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>