Project

General

Profile

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

examples / src / main / res / layout / objectpicker2layout.xml @ 1746198f

1
<?xml version="1.0" encoding="utf-8"?>
2

    
3
   <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4
    android:orientation="vertical"
5
    android:layout_width="match_parent"
6
    android:layout_height="match_parent">
7

    
8
       <Button
9
        android:id="@+id/objectpicker_create"
10
        android:onClick="Create"
11
        android:text="@string/Create"
12
        android:layout_width="match_parent"
13
        android:layout_height="80dp"
14
        android:layout_span="3"
15
        android:layout_marginTop="5dp"/>
16

    
17
       <LinearLayout
18
        android:id="@+id/objectpicker_buttongrid"
19
        android:layout_width="match_parent"
20
        android:layout_height="fill_parent"
21
        android:gravity="center"
22
        android:orientation="vertical"
23
        android:layout_weight="0.8">
24
    </LinearLayout>
25

    
26
   </LinearLayout>
(23-23/29)