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

26 lines
889 B
XML

<FrameLayout 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/webcamViewerFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="fill"
class="com.annimon.donetskwebcam.WebcamViewerFragment"/>
<LinearLayout
android:layout_width="120dp"
android:layout_height="match_parent">
<fragment
android:id="@+id/webcamChooserFragment"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="left"
class="com.annimon.donetskwebcam.WebcamChooserFragment" />
</LinearLayout>
</FrameLayout>