Increase size of attachment file type icon

This commit is contained in:
M66B
2020-06-12 16:49:57 +02:00
parent 289f22e9e9
commit 2a9571799b
2 changed files with 6 additions and 6 deletions

View File

@@ -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"

View File

@@ -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"