mirror of https://github.com/M66B/FairEmail.git
Small layout improvement
This commit is contained in:
parent
de17e77ef8
commit
2e5339ed8a
|
@ -19,6 +19,7 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="3dp"
|
android:layout_marginTop="3dp"
|
||||||
|
android:layout_marginEnd="6dp"
|
||||||
android:text="@string/title_show_inline"
|
android:text="@string/title_show_inline"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/ibDownloadAttachments"
|
app:layout_constraintEnd_toStartOf="@+id/ibDownloadAttachments"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
@ -26,13 +27,11 @@
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/ibDownloadAttachments"
|
android:id="@+id/ibDownloadAttachments"
|
||||||
android:layout_width="39dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/title_download_all"
|
android:contentDescription="@string/title_download_all"
|
||||||
android:paddingVertical="6dp"
|
android:padding="6dp"
|
||||||
android:paddingStart="9dp"
|
|
||||||
android:paddingEnd="6dp"
|
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:tooltipText="@string/title_download_all"
|
android:tooltipText="@string/title_download_all"
|
||||||
app:layout_constraintEnd_toStartOf="@id/ibSaveAttachments"
|
app:layout_constraintEnd_toStartOf="@id/ibSaveAttachments"
|
||||||
|
@ -41,13 +40,11 @@
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/ibSaveAttachments"
|
android:id="@+id/ibSaveAttachments"
|
||||||
android:layout_width="39dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/title_save_all"
|
android:contentDescription="@string/title_save_all"
|
||||||
android:paddingVertical="6dp"
|
android:padding="6dp"
|
||||||
android:paddingStart="9dp"
|
|
||||||
android:paddingEnd="6dp"
|
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
android:tooltipText="@string/title_save_all"
|
android:tooltipText="@string/title_save_all"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
android:id="@+id/ivStatus"
|
android:id="@+id/ivStatus"
|
||||||
android:layout_width="36dp"
|
android:layout_width="36dp"
|
||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginEnd="3dp"
|
|
||||||
android:padding="6dp"
|
android:padding="6dp"
|
||||||
android:scaleType="fitCenter"
|
android:scaleType="fitCenter"
|
||||||
app:layout_constraintBottom_toBottomOf="@+id/tvType"
|
app:layout_constraintBottom_toBottomOf="@+id/tvType"
|
||||||
|
|
Loading…
Reference in New Issue