MathView icon indicating copy to clipboard operation
MathView copied to clipboard

MathView didn't fit in screen size

Open ram-readwhere opened this issue 9 years ago • 3 comments

Images, tables or graph rendered by MathView didn't fit in screen size. They are trimmed from right side. Can I show them fit into device width and may be option to zoom on single tap or something like that. My MathView xml is as

            <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:paddingLeft="8dp"
                    android:paddingRight="8dp">

                    <io.github.kexanie.library.MathView
                        android:id="@+id/tv_question"
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content"
                        auto:engine="Katex" />
          </LinearLayout>

Screen shot

screenshot_2016-05-23-14-59-23

ram-readwhere avatar May 23 '16 09:05 ram-readwhere

Did you find a solution for this?

manassharma07 avatar Apr 04 '17 19:04 manassharma07

Is there any sloution to fit Screen ?

demonsantosh avatar Sep 18 '18 18:09 demonsantosh

Try to set horizontal scrolling

JHM69 avatar Nov 18 '19 11:11 JHM69