mirror of https://github.com/M66B/FairEmail.git
Small layout improvements
This commit is contained in:
parent
70977d25ce
commit
3d80fee78e
|
@ -365,7 +365,8 @@
|
||||||
android:tooltipText="@string/title_verify"
|
android:tooltipText="@string/title_verify"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/ibDecrypt"
|
app:layout_constraintEnd_toStartOf="@+id/ibDecrypt"
|
||||||
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
||||||
app:srcCompat="@drawable/twotone_gesture_24" />
|
app:srcCompat="@drawable/twotone_gesture_24"
|
||||||
|
app:tint="?attr/colorAccent" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/ibDecrypt"
|
android:id="@+id/ibDecrypt"
|
||||||
|
@ -379,7 +380,8 @@
|
||||||
android:tooltipText="@string/title_decrypt"
|
android:tooltipText="@string/title_decrypt"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/ibImages"
|
app:layout_constraintEnd_toStartOf="@+id/ibImages"
|
||||||
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
||||||
app:srcCompat="@drawable/twotone_lock_open_24" />
|
app:srcCompat="@drawable/twotone_lock_open_24"
|
||||||
|
app:tint="?attr/colorAccent" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/ibImages"
|
android:id="@+id/ibImages"
|
||||||
|
@ -393,7 +395,8 @@
|
||||||
android:tooltipText="@string/title_legend_show_images"
|
android:tooltipText="@string/title_legend_show_images"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/ibFull"
|
app:layout_constraintEnd_toStartOf="@+id/ibFull"
|
||||||
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
||||||
app:srcCompat="@drawable/twotone_image_24" />
|
app:srcCompat="@drawable/twotone_image_24"
|
||||||
|
app:tint="?attr/colorAccent" />
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/ibFull"
|
android:id="@+id/ibFull"
|
||||||
|
@ -406,14 +409,15 @@
|
||||||
android:tooltipText="@string/title_legend_show_full"
|
android:tooltipText="@string/title_legend_show_full"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
app:layout_constraintTop_toBottomOf="@id/vSeparator"
|
||||||
app:srcCompat="@drawable/twotone_fullscreen_24" />
|
app:srcCompat="@drawable/twotone_fullscreen_24"
|
||||||
|
app:tint="?attr/colorAccent" />
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
|
|
||||||
<eu.faircode.email.FixedTextView
|
<eu.faircode.email.FixedTextView
|
||||||
android:id="@+id/tvReformatted"
|
android:id="@+id/tvReformatted"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingBottom="12dp"
|
android:paddingVertical="6dp"
|
||||||
android:text="@string/title_reformatted"
|
android:text="@string/title_reformatted"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
android:textStyle="italic"
|
android:textStyle="italic"
|
||||||
|
@ -426,7 +430,7 @@
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:paddingBottom="12dp"
|
android:paddingVertical="6dp"
|
||||||
android:text="@string/title_signed_data"
|
android:text="@string/title_signed_data"
|
||||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||||
android:textStyle="italic"
|
android:textStyle="italic"
|
||||||
|
|
Loading…
Reference in New Issue