xiaolunan

Results 7 issues of xiaolunan

有两个回答说:mAgentWeb.getLoader().loadData(); 现在getLoader()找不到了

richEditText.fromHtml( 归属感啊嘎嘎广深高速哥是个 );

问题说明:手指触摸滑动使RecyclerView滚动,RecyclerView滚动触发onitemScrollUpdateText方法中的invalidate();,会导致两个invalidate();方法通知出发,反复刷新,使字母导航选中字母跳动。 解决:增加一个标记,在触摸字母栏的时候,RecyclerView滚动调用invalidate();方法 //标记是否是按住 1. private boolean isDown = false; 2. ```java @Override public boolean onTouchEvent(MotionEvent event) { switch (event.getAction()) { case MotionEvent.ACTION_DOWN: case MotionEvent.ACTION_MOVE: int index = (int) (event.getY() /...

`private void initView() { mList = new ArrayList(); inflater = LayoutInflater.from(this); View view1 = inflater.inflate(R.layout.layout_1, null); View view2 = inflater.inflate(R.layout.layout_1, null); View view3 = inflater.inflate(R.layout.layout_1, null); View view4 = inflater.inflate(R.layout.layout_1,...

朋友可以增加设置文字行数吗,显示不完的文字显示省略号

设置下划线偏移量无效

### Environment - [x] Autosize Version: v1.2.1 - [x] Target Android Version: api34 android14 - [x] Device Model: Pixel 6 Pro - [x] Device Resolution: 1440x3120 - [x] Design Size...