Custom rotated EditText view with working selection, cursor location, etc
问题 What I want to do I want to make a rotated and flipped EditText view that has all of the properties of a normal EditText view. My problem I have successfully made (with much help from SO users) a custom EditText view that is both rotated and flipped. This was done by overriding the onDraw method. However, the cursor and highlighting are gone and a longtouch event still indicates the original text position. Basically, the view was redrawn but the touch events were not. How do I get the touch