summaryrefslogtreecommitdiff
path: root/res/layout/cover_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/cover_fragment.xml')
-rw-r--r--res/layout/cover_fragment.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml
index 193d76a6f..bef490163 100644
--- a/res/layout/cover_fragment.xml
+++ b/res/layout/cover_fragment.xml
@@ -37,8 +37,8 @@
<ImageView
android:id="@+id/imgvCover"
- android:layout_marginLeft="60dp"
- android:layout_marginRight="60dp"
+ android:layout_marginLeft="50dp"
+ android:layout_marginRight="50dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="4dp"
android:layout_width="match_parent"
@@ -46,7 +46,7 @@
android:layout_gravity="center"
android:layout_weight="1"
android:adjustViewBounds="true"
- android:scaleType="centerCrop" />
+ android:scaleType="centerInside" />
</LinearLayout>