EditText scale with selection

前端 未结 2 635
难免孤独
难免孤独 2021-02-03 21:14

I have an EditText I want to zoom it, and scroll with setScaleX/setScaleY and it works fine - text is being edited in the right position.

2条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-03 21:32

    Did you try to apply different styles to these elements? I think it should work with some conditioning.

    @drawable/text_select_handle_middle
    @drawable/text_select_handle_left
    @drawable/text_select_handle_right
    

提交回复
热议问题