|
|
@@ -13,6 +13,16 @@
|
|
|
android:scaleType="centerCrop"
|
|
|
tools:srcCompat="@drawable/img_bestbucket_banner_1"/>
|
|
|
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@color/C4D000000"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"/>
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_bucket_list_rank"
|
|
|
android:layout_width="wrap_content"
|