2010-05-21 08:43:01 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2010-05-31 15:59:13 +02:00
|
|
|
android:layout_width="fill_parent" android:layout_height="wrap_content"
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
2010-07-30 00:03:53 +02:00
|
|
|
<ImageView android:id="@+id/folder_icon" android:layout_width="25dip"
|
2010-08-03 11:35:51 +02:00
|
|
|
android:paddingLeft="2dp" android:paddingRight="2dp"
|
|
|
|
android:paddingTop="2dp" android:layout_height="fill_parent" />
|
2010-05-31 15:59:13 +02:00
|
|
|
<TextView android:id="@+id/folder_label" android:layout_width="wrap_content"
|
2010-07-30 00:03:53 +02:00
|
|
|
android:layout_height="wrap_content" android:textSize="25sp" />
|
2010-05-31 15:59:13 +02:00
|
|
|
</LinearLayout>
|