|
|
@@ -11,16 +11,25 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/CF6F6F6"
|
|
|
+ android:scaleType="center"
|
|
|
+ android:src="@drawable/image_loading_common"
|
|
|
+ />
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/image_background2"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:background="@color/CFFFFFF"
|
|
|
+ android:background="@color/CF6F6F6"
|
|
|
android:scaleType="centerCrop"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent"/>
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ tools:visibility="gone"/>
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
@@ -28,12 +37,13 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:background="@color/CF6F6F6"
|
|
|
- android:scaleType="center"
|
|
|
+ android:scaleType="centerCrop"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
- tools:src="@drawable/img_bestbucket_1"/>
|
|
|
+ tools:src="@drawable/img_bestbucket_1"
|
|
|
+ tools:visibility="gone"/>
|
|
|
|
|
|
|
|
|
</FrameLayout>
|