Small layout improvement

pull/159/head
M66B 6 years ago
parent 54d54f5d9f
commit ccfffe71e0

@ -32,7 +32,7 @@ public class FragmentDialogMarkdown extends DialogFragmentEx {
dialog.setContentView(dview); dialog.setContentView(dview);
dialog.getWindow().setLayout( dialog.getWindow().setLayout(
WindowManager.LayoutParams.MATCH_PARENT, WindowManager.LayoutParams.MATCH_PARENT,
WindowManager.LayoutParams.MATCH_PARENT); WindowManager.LayoutParams.WRAP_CONTENT);
new SimpleTask<Spanned>() { new SimpleTask<Spanned>() {
@Override @Override

@ -17,7 +17,7 @@
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:padding="12dp"> android:padding="24dp">
<TextView <TextView
android:id="@+id/tvMarkdown" android:id="@+id/tvMarkdown"

Loading…
Cancel
Save