mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Small layout improvement
This commit is contained in:
parent
45315ff567
commit
2e38789d33
1 changed files with 3 additions and 2 deletions
|
@ -318,7 +318,7 @@
|
|||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:fontFamily="monospace"
|
||||
android:minHeight="72dp"
|
||||
android:minHeight="75dp"
|
||||
android:text="Signature"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
android:textIsSelectable="true"
|
||||
|
@ -338,12 +338,13 @@
|
|||
android:id="@+id/ibSignature"
|
||||
android:layout_width="36dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:background="?android:attr/selectableItemBackgroundBorderless"
|
||||
android:contentDescription="@string/title_legend_show_images"
|
||||
android:padding="3dp"
|
||||
app:layout_constraintBottom_toBottomOf="@+id/tvSignature"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/cbSignature"
|
||||
app:srcCompat="@drawable/baseline_file_copy_24" />
|
||||
|
||||
<View
|
||||
|
|
Loading…
Reference in a new issue