My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/unidialog_line"
android:layout_alignParentLeft ="true"
android:layout_width="fill_parent"
android:layout_marginTop="15dip"
android:focusable="true"
android:layout_height="48dip">

<ImageView android:id="@+id/unidialog_image"
android:layout_alignParentLeft ="true"
android:layout_width="32dip"
android:layout_height="32dip"
android:layout_marginTop ="8dip"
android:layout_marginBottom ="8dip"
/>
<TextView android:id="@+id/unidialog_text"
android:layout_toRightOf="@id/unidialog_image"
android:layout_alignParentTop="true"
android:layout_height="wrap_content"
android:textSize="28dip"
android:layout_marginRight="5dip"
android:layout_marginLeft="5dip"
android:layout_width="wrap_content"
/>
<CheckBox android:id="@+id/unidialog_checkbox"
android:layout_alignParentRight ="true"
android:layout_alignParentTop="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip"
/>
<TextView android:id="@+id/unidialog_description"
android:layout_alignParentLeft="true"
android:layout_below="@id/unidialog_text"
android:layout_height="wrap_content"
android:textSize="12dip"
android:layout_marginRight="5dip"
android:layout_marginLeft="5dip"
android:layout_width="fill_parent"
/>
</RelativeLayout>

Change log

r49 by dvpublic0 on Dec 20, 2011   Diff
[No log message]
Go to: 
Sign in to write a code review

Older revisions

r45 by dvpublic0 on Dec 16, 2011   Diff
Universal implementation of
multi/single selection dialog. Dialog
is able to show list of any items. If
item implements a couple of special
interfaces then dialog will be able to
...
All revisions of this file

File info

Size: 1536 bytes, 43 lines
Powered by Google Project Hosting