AutoLinkTextView icon indicating copy to clipboard operation
AutoLinkTextView copied to clipboard

Specific mode as bold

Open neptune70 opened this issue 7 years ago • 2 comments

The method : public void setBoldAutoLinkModes(AutoLinkMode... autoLinkModes) { mBoldAutoLinkModes = new ArrayList<>(); mBoldAutoLinkModes.addAll(Arrays.asList(autoLinkModes)); }

not sync using current version gradle compile 'com.github.armcha:AutoLinkTextView:0.3.0'

neptune70 avatar Apr 05 '18 13:04 neptune70

+1

winkleak avatar Jun 21 '18 14:06 winkleak

how to make specific link mode bold i have not found any method to make it bold i am using this version compile 'com.github.armcha:AutoLinkTextView:0.3.0'

Abhilash1307 avatar Oct 16 '18 06:10 Abhilash1307