Increase size of broken inline pictures

This commit is contained in:
M66B 2019-01-06 12:55:50 +00:00
parent e13ff1d0ab
commit 4706ec909f
1 changed files with 1 additions and 1 deletions

View File

@ -1934,7 +1934,7 @@ public class FragmentCompose extends FragmentEx {
}
}
int px = Helper.dp2pixels(getContext(), 12);
int px = Helper.dp2pixels(getContext(), 48);
Drawable d = getContext().getResources().getDrawable(R.drawable.baseline_broken_image_24, getContext().getTheme());
d.setBounds(0, 0, px, px);
return d;