Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed Dec 14, 2018
1 parent 39b0290 commit a2414f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified ARE/app/release/app-release.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,16 @@ private void initToolbar() {
}

private void setHtml() {
String html = "<p style=\"text-align: center;\"><strong>New Feature in 0.1.2</strong></p>\n" +
String html = "<p style=\"text-align: center;\"><strong>New Feature in 0.1.4</strong></p>\n" +
"<p style=\"text-align: center;\">&nbsp;</p>\n" +
"<p style=\"text-align: left;\"><span style=\"color: #3366ff;\">In this release, you have a new usage with ARE.</span></p>\n" +
"<p style=\"text-align: left;\">&nbsp;</p>\n" +
"<p style=\"text-align: left;\"><span style=\"color: #3366ff;\">AREditText + ARE_Toolbar, you are now able to control the position of the input area and where to put the toolbar at and, what ToolItems you'd like to have in the toolbar. </span></p>\n" +
"<p style=\"text-align: left;\">&nbsp;</p>\n" +
"<p style=\"text-align: left;\"><span style=\"color: #3366ff;\">You can not only define the Toolbar (and it's style), you can also add your own ARE_ToolItem with your style into ARE.</span></p>\n" +
"<p style=\"text-align: left;\">&nbsp;</p>\n" +
"<p style=\"text-align: left;\"><span style=\"color: #3366ff;\">Fixed app color override bug; edit mode click picture won't open keyboard.</span></p>\n" +
"<p style=\"text-align: left;\">&nbsp;</p>\n" +
"<p style=\"text-align: left;\"><span style=\"color: #ff00ff;\"><em><strong>Why not give it a try now?</strong></em></span></p>";
mEditText.fromHtml(html);
}
Expand Down

0 comments on commit a2414f4

Please sign in to comment.