File tree Expand file tree Collapse file tree
androidtagview/src/main/java/co/lujun/androidtagview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ public class TagContainerLayout extends ViewGroup {
108108 /** OnTagClickListener for TagView*/
109109 private TagView .OnTagClickListener mOnTagClickListener ;
110110
111- /** Whether to support 'letters show with RTL(eg: Android -> diordnA)' style(default false)*/
111+ /** Whether to support 'letters show with RTL(eg: Android to diordnA)' style(default false)*/
112112 private boolean mTagSupportLettersRTL = false ;
113113
114114 private Paint mPaint ;
@@ -1197,15 +1197,15 @@ public void setCrossLineWidth(float mCrossLineWidth) {
11971197 }
11981198
11991199 /**
1200- * Get the 'letters show with RTL(like: Android -> diordnA)' style if it's enabled
1200+ * Get the 'letters show with RTL(like: Android to diordnA)' style if it's enabled
12011201 * @return
12021202 */
12031203 public boolean isTagSupportLettersRTL () {
12041204 return mTagSupportLettersRTL ;
12051205 }
12061206
12071207 /**
1208- * Set whether the 'support letters show with RTL(like: Android -> diordnA)' style is enabled
1208+ * Set whether the 'support letters show with RTL(like: Android to diordnA)' style is enabled
12091209 * @param mTagSupportLettersRTL
12101210 */
12111211 public void setTagSupportLettersRTL (boolean mTagSupportLettersRTL ) {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public class TagView extends View {
7171 /** The distance between baseline and descent*/
7272 private float bdDistance ;
7373
74- /** Whether to support 'letters show with RTL(eg: Android -> diordnA)' style(default false)*/
74+ /** Whether to support 'letters show with RTL(eg: Android to diordnA)' style(default false)*/
7575 private boolean mTagSupportLettersRTL = false ;
7676
7777 private Paint mPaint , mRipplePaint ;
You can’t perform that action at this time.
0 commit comments