richeditor-android
richeditor-android copied to clipboard
Cannot show scrollbar
Hi all, I can show the scrollbar in WebView but cannot show it in Wasabeef editor. I use the following lines of code. mEditor = (RichEditor) findViewById(R.id.editor); mEditor.setEditorHeight(200); mEditor.setScrollBarStyle(WebView.SCROLLBARS_OUTSIDE_OVERLAY); mEditor.setScrollbarFadingEnabled(false);
The XML file <jp.wasabeef.richeditor.RichEditor android:id="@+id/editor" android:layout_width="match_parent" android:scrollbarThumbVertical="@android:color/darker_gray" android:layout_height="200dp" />
Can anyone help me?
Many thanks, DuyVT
Make sure that you haven't placed RichEditor in any scrollview. Then your job is done.