Project

General

Profile

« Previous | Next » 

Revision 2d30558e

Added by Leszek Koltunski almost 4 years ago

Reinvent the Pattern Dialog (Part 4)

View differences:

src/main/res/layout/dialog_pattern_child_item.xml
2 2
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 3
    android:layout_width="fill_parent"
4 4
    android:layout_height="match_parent"
5
    android:orientation="vertical" >
5
    android:orientation="horizontal" >
6 6

  
7 7
    <TextView
8 8
        android:id="@+id/child"
9
        android:layout_width="wrap_content"
9
        android:background="@color/dark_grey"
10
        android:layout_width="match_parent"
10 11
        android:layout_height="wrap_content"
11 12
        android:layout_marginTop="5sp"
12 13
        android:layout_marginBottom="5sp"
13
        android:paddingLeft="35sp"
14
        android:paddingRight="10sp"
14
        android:layout_marginLeft="10sp"
15
        android:layout_marginRight="10sp"
16
        android:paddingLeft="25sp"
15 17
        />
16 18

  
17 19
</LinearLayout>

Also available in: Unified diff