/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts

« back to all changes in this revision

Viewing changes to res/layout/configure_vcf.xml

  • Committer: edam
  • Date: 2011-06-11 11:34:38 UTC
  • Revision ID: edam@waxworlds.org-20110611113438-wu67n6akbyyln7kf
- fixed a couple of comment headers
- updated TODO
- fixed a bug where a "continue or abort" dialog always continued
- close cursors to prevent leaked resources
- fixed string that referred to Import Contacts app

Show diffs side-by-side

added added

removed removed

1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
 
3
3
<!--
4
 
 * import_vcf.xml
 
4
 * configure_vcf.xml
5
5
 *
6
6
 * Copyright (C) 2010 Tim Marston <edam@waxworlds.org>
7
7
 *
31
31
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_title" android:textAppearance="?android:attr/textAppearanceMedium"/>
32
32
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_help"/>
33
33
                        <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" />
34
 
 
35
 
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_location" />
 
34
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_help2"/>
 
35
                        <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" />
 
36
 
 
37
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_path" />
 
38
                        <Button android:id="@+id/path" android:drawableLeft="@drawable/sdcard" android:drawableRight="@drawable/browse" android:drawablePadding="6dp" android:gravity="left|center_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" />
 
39
 
 
40
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_filename" />
36
41
                        <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">
37
 
                                <EditText android:id="@+id/location" android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="wrap_content" android:singleLine="true"/>
 
42
                                <EditText android:id="@+id/filename" android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="wrap_content" android:singleLine="true"/>
38
43
                        </LinearLayout>
39
44
 
40
45
                </LinearLayout>