/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: 2012-04-24 11:17:41 UTC
  • Revision ID: tim@ed.am-20120424111741-gbzn6qr4i574d9s4
renamed contact readers to accessors

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
 *
35
35
                        <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" />
36
36
 
37
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/directory" android:drawableRight="@drawable/browse" android:drawablePadding="6dp" android:gravity="left|center_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content" />
 
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
39
 
40
40
                        <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/vcf_filename" />
41
41
                        <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal">