]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/shape_android/res/layout/fragment_publisher.xml
83d4697f969c20d102ce01c05eb028a5ace36de7
[orte.git] / orte / contrib / shape_android / res / layout / fragment_publisher.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:paddingBottom="@dimen/activity_vertical_margin"
6     android:paddingLeft="@dimen/activity_horizontal_margin"
7     android:paddingRight="@dimen/activity_horizontal_margin"
8     android:paddingTop="@dimen/activity_vertical_margin"
9     tools:context="org.ocera.orte.shape4a.MainActivity$PublisherFragment" >
10
11     <org.ocera.orte.shape4a.PublisherView
12         android:id="@+id/publisher_view"
13         android:layout_width="fill_parent"
14         android:layout_height="fill_parent" />
15     
16 </RelativeLayout>