summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-18 14:38:51 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-18 14:38:51 +0200
commitac72d855d0909fd2fbc076de36b8279400e5d1cd (patch)
treebb17db67f5a0ee61fab161d204e6ce2145267e29 /res
parent1bc557ce4bbbf9ed3eae7c03d89c51e286fa99dc (diff)
downloadAntennaPod-ac72d855d0909fd2fbc076de36b8279400e5d1cd.zip
Fixed cover position for larger screens
Diffstat (limited to 'res')
-rw-r--r--res/layout/cover_fragment.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml
index 3824283da..6e51f23ce 100644
--- a/res/layout/cover_fragment.xml
+++ b/res/layout/cover_fragment.xml
@@ -29,20 +29,19 @@
<LinearLayout
android:id="@+id/cover_layout"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="0dp"
+ android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
- android:layout_alignParentTop="false"
android:layout_below="@id/txtvFeed"
- android:layout_gravity="center"
+ android:gravity="center"
android:orientation="vertical" >
<ImageView
android:id="@+id/imgvCover"
android:layout_width="200dp"
android:layout_height="200dp"
- android:layout_gravity="center"
- android:gravity="center" />
+ android:scaleType="centerInside" />
</LinearLayout>
</RelativeLayout> \ No newline at end of file