irshu355 / Android-WYSIWYG-Editor

:pager: A text editor written in Android using native components in the content tree. Integrate easily to work with web based WYSIWYG's.
http://irshulx.github.io/Android-WYSIWYG-Editor
Apache License 2.0
412 stars 116 forks source link

How can I remove default single line spacing between two paragraph? #82

Open manishag777 opened 4 years ago

manishag777 commented 4 years ago

On pressing Enter I am observing one line space between two paragraph. Please help me to remove it.

ashishmishracms commented 4 years ago

Have you found something about this? i am facing same.

saraffadarsha commented 4 years ago

To change line spacing override this style "WysiwygEditText" and set value in android:lineSpacingMultiplier

To change line spacing between two paragraph - remove padding in addEditableStyling method in com.github.irshulx.Components.InputExtensions class.