diff --git a/ARE/app/release/app-release.apk b/ARE/app/release/app-release.apk index 13e0a77..5a418a9 100644 Binary files a/ARE/app/release/app-release.apk and b/ARE/app/release/app-release.apk differ diff --git a/ARE/app/src/main/java/com/chinalwb/are/demo/ARE_DefaultToolbarActivity.java b/ARE/app/src/main/java/com/chinalwb/are/demo/ARE_DefaultToolbarActivity.java index e830716..d747968 100644 --- a/ARE/app/src/main/java/com/chinalwb/are/demo/ARE_DefaultToolbarActivity.java +++ b/ARE/app/src/main/java/com/chinalwb/are/demo/ARE_DefaultToolbarActivity.java @@ -100,7 +100,7 @@ private void initToolbar() { } private void setHtml() { - String html = "
New Feature in 0.1.2
\n" + + String html = "New Feature in 0.1.4
\n" + "\n" + "
In this release, you have a new usage with ARE.
\n" + "\n" + @@ -108,6 +108,8 @@ private void setHtml() { "
\n" + "
You can not only define the Toolbar (and it's style), you can also add your own ARE_ToolItem with your style into ARE.
\n" + "\n" + + "
Fixed app color override bug; edit mode click picture won't open keyboard.
\n" + + "\n" + "
Why not give it a try now?
"; mEditText.fromHtml(html); }