diff options
Diffstat (limited to 'res/layout/cache_image_item.xml')
| -rw-r--r-- | res/layout/cache_image_item.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/layout/cache_image_item.xml b/res/layout/cache_image_item.xml new file mode 100644 index 0000000..9913a8f --- /dev/null +++ b/res/layout/cache_image_item.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="vertical" > + <RelativeLayout style="@style/separator_horizontal_layout" > + <View style="@style/separator_horizontal" /> + <TextView style="@style/separator_horizontal_headline" + android:id="@+id/title" + android:text="@null" /> + </RelativeLayout> + <TextView android:id="@+id/description" + android:visibility="gone" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_gravity="left" + android:padding="3dip" + android:textSize="14dip" + android:textColor="?text_color" /> +</LinearLayout>
\ No newline at end of file |
