summaryrefslogtreecommitdiff
path: root/client/activity-demo/Piztor/res/layout/activity_running.xml
blob: f52531abfdec7f593a2dcb5ab42a4e673c371aba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
      >

    <com.example.piztor.MyView
        android:id="@+id/view"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

</LinearLayout>