diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-08-15 17:12:57 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-08-15 17:12:57 +0200 |
commit | 034fa8a9e7c11427315bf23f973358fde7b7e060 (patch) | |
tree | 8bf12d8e05c9f442d73b867bdbaf2882258ae5ea /res | |
parent | 336beae40951338cc310fd3813e1fb02937fc1d4 (diff) | |
download | AntennaPod-034fa8a9e7c11427315bf23f973358fde7b7e060.zip |
Cover was not displayed correctly on some devices
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/cover_fragment.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml index e449b44f4..193d76a6f 100644 --- a/res/layout/cover_fragment.xml +++ b/res/layout/cover_fragment.xml @@ -11,7 +11,6 @@ android:layout_height="wrap_content" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" - android:layout_marginBottom="8dp" android:layout_marginTop="8dp" android:gravity="center_horizontal" android:textSize="18dp" @@ -38,10 +37,10 @@ <ImageView android:id="@+id/imgvCover" - android:layout_marginLeft="55dp" - android:layout_marginRight="55dp" + android:layout_marginLeft="60dp" + android:layout_marginRight="60dp" android:layout_marginTop="8dp" - android:layout_marginBottom="8dp" + android:layout_marginBottom="4dp" android:layout_width="match_parent" android:layout_height="0dp" android:layout_gravity="center" |