We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5acd0 commit e9cd228Copy full SHA for e9cd228
1 file changed
qmuidemo/src/main/java/com/qmuiteam/qmuidemo/manager/UpgradeTipTask.java
@@ -72,7 +72,7 @@ public CharSequence getUpgradeWord(final Activity activity) {
72
SpannableStringBuilder text = new SpannableStringBuilder();
73
if(mNewVersion == QDUpgradeManager.VERSION_2_0_0_alpha6){
74
text.append("1. Features: Add new widget QMUITabSegment2 to support ViewPager2.\n");
75
- text.append("2. Remove the default support for skin.\n");
+ text.append("2. Remove the skin's default usage.\n");
76
text.append("3. QMUILayout support radius which is half of the view height or width.\n");
77
text.append("4. Some bug fixes.");
78
}else if(mNewVersion == QDUpgradeManager.VERSION_2_0_0_alpha4){
0 commit comments