]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/shape_android/res/layout/activity_publisher.xml
Simplified approach to write application.
[orte.git] / orte / contrib / shape_android / res / layout / activity_publisher.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <ViewSwitcher xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@+id/switcher"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent">
6     
7 <RelativeLayout
8     android:layout_width="match_parent"
9     android:layout_height="match_parent">
10
11     <org.ocera.orte.shape_android.PublisherView
12         android:id="@+id/publisher_view"
13         android:layout_width="fill_parent"
14         android:layout_height="fill_parent" />
15
16 </RelativeLayout>
17
18 <RelativeLayout
19     android:layout_width="match_parent"
20     android:layout_height="match_parent">
21
22     <org.ocera.orte.shape_android.SubscriberView
23         android:id="@+id/subscriber_view"
24         android:layout_width="fill_parent"
25         android:layout_height="fill_parent" />
26
27 </RelativeLayout>
28
29 </ViewSwitcher>