/android/import-contacts

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

« back to all changes in this revision

Viewing changes to res/layout/filechooser.xml

  • Committer: Tim Marston
  • Date: 2014-03-01 17:36:18 UTC
  • Revision ID: tim@ed.am-20140301173618-vt1k4g5y6cs77oe5
fixed some lint warnings

Show diffs side-by-side

added added

removed removed

25
25
 
26
26
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" android:paddingLeft="20dp" android:paddingRight="20dp" >
27
27
 
28
 
        <ListView android:id="@+id/list" android:layout_width="fill_parent" android:layout_weight="1" android:layout_height="wrap_content" android:cacheColorHint="#00000000" />
 
28
        <ListView android:id="@+id/list" android:layout_width="fill_parent" android:layout_weight="1" android:layout_height="0dip" android:cacheColorHint="#00000000" />
29
29
 
30
30
        <View android:layout_width="fill_parent" android:background="@android:drawable/divider_horizontal_dark" android:layout_marginTop="5dp" android:layout_marginBottom="10dp" android:layout_height="1px"/>
31
31
        <TextView android:id="@+id/current" android:text="" android:layout_width="fill_parent" android:layout_height="wrap_content" />