|
|
@@ -62,11 +62,13 @@
|
|
|
/>
|
|
|
|
|
|
<ImageView
|
|
|
+ android:id="@+id/image_view_bucket_check"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
- android:layout_marginEnd="16dp"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:layout_marginEnd="6dp"
|
|
|
app:srcCompat="@drawable/icon_bucket_complete"/>
|
|
|
|
|
|
<TextView
|