We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c710d5 commit 9bb2adaCopy full SHA for 9bb2ada
library/src/main/java/com/study/xuan/library/widget/EasyTextView.java
@@ -208,7 +208,7 @@ private void initIconFont() {
208
}
209
210
private void setRightTextAttr(int centerSize, SpannableStringBuilder stringBuilder) {
211
- if (!TextUtils.isEmpty(mTextRight) && mRightSize != 0) {
+ if (!TextUtils.isEmpty(mTextRight)) {
212
int start = mTextPadding == 0 ? iconIndex + centerSize : iconIndex + centerSize + 1;
213
/*
214
* ==============
0 commit comments