|
|
@@ -84,11 +84,10 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="50dp"
|
|
|
- android:ellipsize="none"
|
|
|
android:gravity="center"
|
|
|
+ android:maxLines="1"
|
|
|
android:paddingTop="5dp"
|
|
|
android:paddingBottom="5dp"
|
|
|
- android:singleLine="true"
|
|
|
android:textColor="@color/C000000"
|
|
|
android:textSize="16dp"
|
|
|
app:layout_constrainedWidth="true"
|
|
|
@@ -214,6 +213,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:srcCompat="@drawable/ic_icon_bucket_complet_default"
|
|
|
/>
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_edit"
|
|
|
android:layout_width="36dp"
|
|
|
@@ -225,6 +225,7 @@
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
app:srcCompat="@drawable/icon_edit_copy"
|
|
|
/>
|
|
|
+
|
|
|
<ImageView
|
|
|
android:id="@+id/image_view_trash"
|
|
|
android:layout_width="36dp"
|