/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: 2010-10-28 16:11:51 UTC
  • Revision ID: edam@waxworlds.org-20101028161151-rvtpjt1efsxmyfe5
- merged changes to file chooser from import contacts
- changed the browse button to show a full path

Show diffs side-by-side

added added

removed removed

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">