Skip to content

issues Search Results · repo:zzh12138/FoldText_Java language:Java

Filter by

11 results
 (62 ms)

11 results

inzzh12138/FoldText_Java (press backspace or delete to remove)

SpannableFoldTextView在列表中滚动会出现收起全文和全文状态错误的问题
  • DAVYSEN
  • Opened 
    on Jan 26, 2021
  • #13

FoldTextView在列表滚动列表会出现收起全文和全文点击不到的问题
  • DAVYSEN
  • Opened 
    on Jan 26, 2021
  • #12

修改SpannableFoldTextView类 translateText方法,判断是否超过本行文字最大index private void translateText(Layout layout, BufferType type) { if (layout.getLineCount() mShowMaxLine) { SpannableStringBuilder span ...
  • WXZNJS
  • 5
  • Opened 
    on Sep 4, 2020
  • #10

layout为空,且addOnGlobalLayoutListener的监听不回调,无法调用translateText
  • jessieeeee
  • Opened 
    on Jun 15, 2020
  • #8

android:layout_marginTop= @dimen/value_dp_5 android:layout_width= match_parent android:layout_height= wrap_content android:textColor= #000 app:showMaxLine= 2 app:showTipAfterExpand= true app:tipClickable= ...
  • kuitao1018
  • Opened 
    on May 28, 2019
  • #7

如果文字满足折叠调价,文字中有特殊字符\n \t,这几个特殊字符刚好在最大行数附近的位置,有可能会崩溃,translateText的while循环中出现角标越界异常.一旦出现则是必现. 对于一些文本还会有展开 全文 字符本应在行尾,但实际上却换行的问题
  • heheheheheheheheh
  • 3
  • Opened 
    on Mar 11, 2019
  • #6

in english has some problem you need to change code in FoldTextView ` while (layout.getPrimaryHorizontal(end - 1) + getTextWidth(mOriginalText.subSequence(end - 1, end).toString()) x) { ...
  • 447zyg
  • 1
  • Opened 
    on Jan 21, 2019
  • #5

提示文本的颜色,注释确实全文文字的颜色,不过还是谢谢大佬分享
  • tonjies
  • Opened 
    on Dec 8, 2018
  • #4

当最大行数超过3时,就失效了,还有就是...和全文两字重叠了
  • tonjies
  • 1
  • Opened 
    on Dec 8, 2018
  • #3

如果文字不足一行,好像会有String越界异常
  • JarvisBuop
  • 1
  • Opened 
    on Sep 5, 2018
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.