Increase size of attachment file type icon

pull/180/head
M66B 4 years ago
parent 289f22e9e9
commit 2a9571799b

@ -28,12 +28,12 @@
<ImageView
android:id="@+id/ivType"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="30dp"
android:layout_height="30dp"
app:layout_constraintBottom_toBottomOf="@+id/tvType"
app:layout_constraintStart_toEndOf="@id/ibDelete"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/baseline_attachment_24" />
app:srcCompat="@drawable/baseline_description_24" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvName"

@ -14,13 +14,13 @@
<ImageView
android:id="@+id/ivAttachments"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_width="30dp"
android:layout_height="30dp"
android:contentDescription="@string/title_legend_attachment"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/baseline_attachment_24" />
app:srcCompat="@drawable/baseline_description_24" />
<eu.faircode.email.FixedTextView
android:id="@+id/tvName"

Loading…
Cancel
Save