Project

General

Profile

Download (535 Bytes) Statistics
| Branch: | Revision:

examples / src / main / res / layout / check2layout.xml @ 427ab7bf

1
<?xml version="1.0" encoding="utf-8"?>
2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:layout_width="fill_parent"
4
    android:layout_height="fill_parent"
5
    android:gravity="center_horizontal"
6
    android:onClick="Check"
7
    android:orientation="vertical" >
8

    
9
    <org.distortedandroid.examples.check.CheckSurfaceView
10
        android:id="@+id/checkSurfaceView"
11
        android:layout_width="match_parent"
12
        android:layout_height="0dp"
13
        android:layout_weight="1.00" />
14

    
15
</LinearLayout>
(2-2/17)