Set full sybject text style

This commit is contained in:
M66B 2019-03-10 07:29:44 +00:00
parent cf0bd7f1d0
commit 44b1a93d2c
2 changed files with 1 additions and 1 deletions

View File

@ -861,6 +861,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
tvSubjectEx.setVisibility(show_addresses ? View.VISIBLE : View.GONE);
tvSubjectEx.setText(message.subject);
tvSubjectEx.setTypeface(null, subject_italic ? Typeface.ITALIC : Typeface.NORMAL);
// Flags
tvFlags.setVisibility(show_addresses && debug ? View.VISIBLE : View.GONE);

View File

@ -219,7 +219,6 @@
android:text="Subject"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textIsSelectable="true"
android:textStyle="italic"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvSizeEx" />