diff options
Diffstat (limited to 'res/layout/cover_fragment.xml')
-rw-r--r-- | res/layout/cover_fragment.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/res/layout/cover_fragment.xml b/res/layout/cover_fragment.xml deleted file mode 100644 index f9c88ac02..000000000 --- a/res/layout/cover_fragment.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?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" > - - <ImageView - android:id="@+id/imgvCover" - android:contentDescription="@string/cover_label" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_gravity="center" - android:layout_marginTop="8dp" - android:layout_marginBottom="8dp" - android:adjustViewBounds="true" - android:scaleType="centerInside" /> - -</RelativeLayout>
\ No newline at end of file |