Project

General

Profile

Download (790 Bytes) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / layout / dialog_pattern_single.xml @ 94ff5962

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

    
3
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4
    android:layout_width="fill_parent"
5
    android:layout_height="fill_parent"
6
    android:gravity="center"
7
    android:orientation="horizontal"
8
    android:background="@android:color/transparent">
9

    
10
    <ExpandableListView
11
        android:id="@+id/patternListView"
12
        android:background="@color/grey"
13
        android:layout_marginLeft="10dp"
14
        android:layout_marginRight="10dp"
15
        android:layout_marginBottom="10dp"
16
        android:paddingLeft="5dp"
17
        android:paddingRight="5dp"
18
        android:paddingTop="10dp"
19
        android:paddingBottom="10dp"
20
        android:layout_width="fill_parent"
21
        android:layout_height="fill_parent"/>
22
</LinearLayout>
(13-13/56)