DonetskWebcam/res/layout-land/main.xml

20 lines
726 B
XML
Raw Normal View History

2014-06-15 16:44:43 +03:00
<?xml version="1.0" encoding="utf-8"?>
2013-08-24 15:24:40 +03:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
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"/>
2014-06-16 00:12:24 +03:00
<fragment
android:id="@+id/webcamChooserFragment"
android:layout_width="120dp"
android:layout_height="match_parent"
android:layout_gravity="left"
class="com.annimon.donetskwebcam.WebcamChooserFragment" />
2013-08-24 15:24:40 +03:00
</FrameLayout>