mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 02:45:31 +01:00
Limit subject length in headers to 255 characters
This commit is contained in:
@@ -253,6 +253,7 @@
|
||||
android:layout_marginEnd="6dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLength="255"
|
||||
android:minHeight="21dp"
|
||||
android:singleLine="true"
|
||||
android:text="Subject"
|
||||
|
||||
@@ -174,6 +174,7 @@
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:maxLength="255"
|
||||
android:minHeight="24dp"
|
||||
android:text="Subject"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
|
||||
Reference in New Issue
Block a user