summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-06-26 17:56:47 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-06-26 17:56:47 +0200
commit81295bc07f7c558e18c02b03421bdbfd3d3c28c6 (patch)
tree5c2befecb2dd94d19704a74d6ef057333ab9db37 /res/layout
parentf4fa5dce5f1943d1a5724d529f6bd0be35674cb3 (diff)
downloadAntennaPod-81295bc07f7c558e18c02b03421bdbfd3d3c28c6.zip
Made startup loading more stable
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/feeditemview.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/res/layout/feeditemview.xml b/res/layout/feeditemview.xml
index 794355be2..2485dd585 100644
--- a/res/layout/feeditemview.xml
+++ b/res/layout/feeditemview.xml
@@ -12,14 +12,26 @@
<TextView
android:id="@+id/txtvItemname"
android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:textSize="16dp" />
<TextView
android:id="@+id/txtvPublished"
android:layout_width="fill_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:textStyle="italic"
+ android:textColor="@color/gray" />
</LinearLayout>
-
+ <TextView
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="8dp"
+ android:background="@color/gray"
+ android:textColor="@color/white"
+ android:textStyle="bold"
+ android:gravity="center_horizontal"
+ android:text="@string/description_label"/>
+
<WebView
android:id="@+id/webvDescription"
android:layout_width="match_parent"