diff options
Diffstat (limited to 'main/res/layout/cache_image_item.xml')
| -rw-r--r-- | main/res/layout/cache_image_item.xml | 46 |
1 files changed, 27 insertions, 19 deletions
diff --git a/main/res/layout/cache_image_item.xml b/main/res/layout/cache_image_item.xml index 2362ee9..7ed4782 100644 --- a/main/res/layout/cache_image_item.xml +++ b/main/res/layout/cache_image_item.xml @@ -1,22 +1,30 @@ <?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" - android:id="@+id/titleLayout" - android:visibility="gone" > - <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" /> + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:orientation="vertical" > + + <RelativeLayout + android:id="@+id/titleLayout" + style="@style/separator_horizontal_layout" + android:visibility="gone" > + + <View style="@style/separator_horizontal" /> + + <TextView + android:id="@+id/title" + style="@style/separator_horizontal_headline" + android:text="@null" /> + </RelativeLayout> + + <TextView + android:id="@+id/description" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_gravity="left" + android:padding="3dip" + android:textColor="?text_color" + android:textSize="14dip" + android:visibility="gone" /> + </LinearLayout>
\ No newline at end of file |
