This commit is contained in:
CupCakeArmy
2016-10-10 11:17:30 +02:00
parent f9ea7fe2c8
commit 2a7d9d0786
4 changed files with 55 additions and 15 deletions

View File

@@ -9,14 +9,15 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1">
android:layout_weight="1"
android:id="@+id/img_cont">
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/op_bg"
android:scaleType="centerCrop"
android:adjustViewBounds="true"
android:adjustViewBounds="false"
android:foregroundGravity="top" />
<FrameLayout