Android Scrollview 定位到末尾的正確方法
想要讓 scrollview 滾動到末尾,網上的什么fullscroll(view.FUCOS_DOWN)和scrollto(0,scroll.getBottom())都不行。 FOCUS_DOWN ...
想要讓 scrollview 滾動到末尾,網上的什么fullscroll(view.FUCOS_DOWN)和scrollto(0,scroll.getBottom())都不行。 FOCUS_DOWN ...
很簡單,不要在 ScrollView 內部直接使用 TextView,而是在中間加一層 LinearLayout,就可以完美解決。 ...