Project

General

Profile

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

magiccube / src / main / res / layout / dialog_pattern_single.xml @ 0a9adc31

1 017f24b3 leszek
<?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 8c4e4bf4 leszek
    android:background="?mediumC">
9 017f24b3 leszek
10
    <ExpandableListView
11
        android:id="@+id/patternListView"
12 840ad93e leszek
        android:background="?normalC"
13 017f24b3 leszek
        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>