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" >
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"/>
32
32
<LinearLayout android:layout_height="wrap_content" android:orientation="horizontal" android:layout_width="fill_parent">
33
33
<ImageView android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" />
34
34
<TextView android:id="@+id/path" android:layout_width="fill_parent" android:layout_height="wrap_content" />