How does Android realize the display of formulas and edittext content on the keyboard as shown in the picture?
PHP中文网
PHP中文网 2017-05-24 11:38:19
0
1
750






#How to implement the keyboard of the above picture? The key issues are the keyboard formula display, the edittext content display, and the judgment of the cursor movement position

PHP中文网
PHP中文网

认证0级讲师

reply all(1)
小葫芦

1. Click on the input box to pop up a custom keyboard. You can refer to ofo's input license plate number implementation.
2. Custom keyboard at the bottom. My implementation idea, because there is no specific implementation, is just an idea

1).左边为自定义的tab  
2).右边为Recycleview 用GridLayoutManger实现
3).点击左边tab去切换Recycleview  
4).Recycleview 的item 高度需要和左边的tab 高度一致 以保持图中网格线在一个水平线上

以上  .
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template