2012-07-01 18:32:52 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/cover_fragment_root"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical" >
|
|
|
|
|
2013-02-02 23:36:00 +01:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/imgvCover"
|
2012-07-01 18:32:52 +02:00
|
|
|
android:layout_width="match_parent"
|
2013-02-02 23:36:00 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center"
|
2012-07-14 20:26:47 +02:00
|
|
|
android:layout_marginTop="8dp"
|
2013-02-02 23:36:00 +01:00
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:scaleType="centerInside" />
|
2012-07-01 18:32:52 +02:00
|
|
|
|
|
|
|
</RelativeLayout>
|