Project

General

Profile

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

magiccube / src / main / res / layout / dialog_pattern_tab.xml @ 99b8a069

1
<?xml version="1.0" encoding="utf-8"?>
2
<ExpandableListView xmlns:android="http://schemas.android.com/apk/res/android"
3
    android:id="@+id/patternListView"
4
    android:background="@color/grey"
5
    android:paddingLeft="0dp"
6
    android:paddingRight="0dp"
7
    android:paddingTop="10dp"
8
    android:paddingBottom="10dp"
9
    android:layout_width="fill_parent"
10
    android:layout_height="fill_parent"
11
    />
(9-9/31)