summaryrefslogtreecommitdiff
path: root/res/layout/cover_fragment.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-02-02 23:36:00 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-02-02 23:36:00 +0100
commitf104b1bb19cc377db0d6e5069183324eef8aa154 (patch)
tree7e538cedee63995a2438fde783f3b2aab07a2906 /res/layout/cover_fragment.xml
parent2d2e8ef627594a21c4a3da188f6624044a143f23 (diff)
downloadAntennaPod-f104b1bb19cc377db0d6e5069183324eef8aa154.zip
Minor layout improvements
Diffstat (limited to 'res/layout/cover_fragment.xml')
-rw-r--r--res/layout/cover_fragment.xml48
1 files changed, 6 insertions, 42 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml
index 42e3560bb..f897d318c 100644
--- a/res/layout/cover_fragment.xml
+++ b/res/layout/cover_fragment.xml
@@ -5,49 +5,13 @@
android:layout_height="match_parent"
android:orientation="vertical" >
- <TextView
- android:id="@+id/txtvTitle"
+ <ImageView
+ android:id="@+id/imgvCover"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentTop="true"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"
android:layout_marginTop="8dp"
- android:gravity="center_horizontal"
- android:textSize="@dimen/text_size_medium"
- android:textStyle="bold" />
-
- <TextView
- android:id="@+id/txtvFeed"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_below="@+id/txtvTitle"
- android:gravity="center_horizontal" />
-
- <LinearLayout
- android:id="@+id/cover_layout"
- android:layout_width="0dp"
- android:layout_height="0dp"
- android:layout_alignParentBottom="true"
- android:layout_alignParentLeft="true"
- android:layout_alignParentRight="true"
- android:layout_below="@id/txtvFeed"
- android:gravity="center"
- android:orientation="vertical" >
-
- <ImageView
- android:id="@+id/imgvCover"
- android:layout_marginLeft="50dp"
- android:layout_marginRight="50dp"
- android:layout_marginTop="8dp"
- android:layout_marginBottom="4dp"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_gravity="center"
- android:layout_weight="1"
- android:adjustViewBounds="true"
- android:scaleType="centerInside" />
-
- </LinearLayout>
+ android:adjustViewBounds="true"
+ android:scaleType="centerInside" />
</RelativeLayout> \ No newline at end of file