Disable Word Wrap in an Android Multi-Line TextView

后端 未结 4 1465
小鲜肉
小鲜肉 2020-12-29 20:50

I am working on a Month View with an advanced swipe (requires current, next and previous to be loaded to allow each view to stick to your finger) which means I have many vie

4条回答
  •  天命终不由人
    2020-12-29 21:31

    In Java:

    setHorizontallyScrolling(boolean) 
    

    In theory, android:scrollHorizontally should do the same in XML, but there is a bug in android that stops it working.

提交回复
热议问题