|
|
@@ -11,15 +11,20 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
android:scaleType="centerCrop"
|
|
|
+ android:background="@drawable/image_dim"
|
|
|
app:srcCompat="@drawable/img_bestbucket_1"/>
|
|
|
|
|
|
+ <android.support.constraint.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:background="@drawable/image_dim"
|
|
|
+ />
|
|
|
<android.support.constraint.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="130dp"
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
android:background="@drawable/rectangle_dim"
|
|
|
>
|
|
|
-
|
|
|
<TextView
|
|
|
android:id="@+id/text_view_main_first_category"
|
|
|
android:layout_width="wrap_content"
|