richeditor-android
richeditor-android copied to clipboard
JUSTIFYFULL not implemented
The below method should be added to RichEditor.Java
public void setAlignCenter() {
exec("javascript:RE.setJustifyFull();");
}