Project

General

Profile

« Previous | Next » 

Revision 054fbee1

Added by Leszek Koltunski almost 4 years ago

Reinvent the Pattern Dialog (Part 2)

View differences:

src/main/res/layout/dialog_pattern_tab.xml
2 2
<ExpandableListView xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    android:id="@+id/patternListView"
4 4
    android:background="@color/grey"
5
    android:paddingLeft="10dp"
6
    android:paddingRight="10dp"
5
    android:paddingLeft="0dp"
6
    android:paddingRight="0dp"
7 7
    android:paddingTop="10dp"
8 8
    android:paddingBottom="10dp"
9 9
    android:layout_width="fill_parent"

Also available in: Unified diff