small fix

This commit is contained in:
tom79 2019-10-03 19:44:52 +02:00
parent 37871f39ca
commit 285a7b8044
1 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,17 @@
android:id="@+id/container"
android:layout_width="wrap_content"
android:layout_height="300dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0.2"
>
<ImageView
android:id="@+id/back_ground_image"
android:scaleType="centerCrop"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>
<LinearLayout
android:id="@+id/instance_container"
android:visibility="gone"
@ -98,15 +108,5 @@
android:indeterminate="true" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:alpha="0.2"
>
<ImageView
android:id="@+id/back_ground_image"
android:scaleType="centerCrop"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>
</RelativeLayout>