File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Android 4.0以上
10
10
11
11
** build.gradle加入dependencies**
12
12
13
- compile 'me.codeboy.android:align-text-view:2.3.0 '
13
+ compile 'me.codeboy.android:align-text-view:2.3.1 '
14
14
15
15
** AlignTextView (不支持选择复制,在不需要进行选择复制的情况下使用,排版效果好)**
16
16
@@ -96,3 +96,10 @@ AlignTextView是旧的版本,不支持选择复制,但是可以自定义最
96
96
2 . ` AlignTextView ` 与` CBAlignTextView ` 在对齐的时候不会对英文单词等进行考虑,它们都是以字符(character)为基础的,不是词(word)。
97
97
3 . 使用CBAlignTextView时建议进行中文标点的转换。
98
98
4 . demo项目位与app下,可以单独提取出me.codeboy.android.aligntextview.AlignTextView和me.codeboy.android.aligntextview.CBAlignTextView使用。
99
+
100
+ ## 更新历史
101
+ ### v2.3.1
102
+ 1 . 修复CBAlignTextView在xml中设置text时空指针问题。
103
+ 1 . 修复CBAlignTextView设置空文本无效问题。
104
+
105
+
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
23
23
targetCompatibility JavaVersion . VERSION_1_7
24
24
}
25
25
}
26
- version = " 2.3.0 "
26
+ version = " 2.3.1 "
27
27
def siteUrl = ' https://github.com/androiddevelop/AlignTextView'
28
28
def gitUrl = ' https://github.com/androiddevelop/AlignTextView.git'
29
29
group = " me.codeboy.android"
You can’t perform that action at this time.
0 commit comments