mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Small layout improvement
This commit is contained in:
@@ -32,7 +32,7 @@ public class FragmentDialogMarkdown extends DialogFragmentEx {
|
||||
dialog.setContentView(dview);
|
||||
dialog.getWindow().setLayout(
|
||||
WindowManager.LayoutParams.MATCH_PARENT,
|
||||
WindowManager.LayoutParams.MATCH_PARENT);
|
||||
WindowManager.LayoutParams.WRAP_CONTENT);
|
||||
|
||||
new SimpleTask<Spanned>() {
|
||||
@Override
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="12dp">
|
||||
android:padding="24dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvMarkdown"
|
||||
|
||||
Reference in New Issue
Block a user