RichEditor for Android is a beautiful Rich Text WYSIWYG Editor for Android.
RichEditor for Androidis a beautiful Rich Text
WYSIWYG Editorfor
Android.
Milestone
repositories { mavenCentral() }dependencies { implementation 'jp.wasabeef:richeditor-android:2.0.0' }
Height
java editor.setEditorHeight(200);
Font
java editor.setEditorFontSize(22); editor.setEditorFontColor(Color.RED);
Background
java editor.setEditorBackgroundColor(Color.BLUE); editor.setBackgroundColor(Color.BLUE); editor.setBackgroundResource(R.drawable.bg); editor.setBackground("https://raw.githubusercontent.com/wasabeef/art/master/chip.jpg");
Padding
java editor.setPadding(10, 10, 10, 10);
Placeholder
java editor.setPlaceholder("Insert text here...");
Others
Please refer the samples for usage.
Bold
java editor.setBold();
Italic
java editor.setItalic();
Insert Image
java editor.insertImage("https://raw.githubusercontent.com/wasabeef/art/master/twitter.png","twitter");
Text Change Listener
java RichEditor editor = (RichEditor) findViewById(R.id.editor); editor. setOnTextChangeListener(new RichEditor.OnTextChangeListener() { @Override public void onTextChange(String text) { // Do Something Log.d("RichEditor", "Preview " + text); } });
Others
Please refer the samples for usage.
Android 4+
Please ping me or send a pull request if you would like to be added here.
Icon |
Application |
---|---|
Ameba Ownd | |
ScorePal |
Daichi Furiya (Wasabeef) - [email protected]mail.com
ZSSRichTextEditorin nnhubbard.
Copyright (C) 2020 WasabeefLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.