Skip to content

Commit

Permalink
输入法
Browse files Browse the repository at this point in the history
  • Loading branch information
bihe0832 committed Feb 26, 2021
1 parent db918db commit ab92fb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@
* [Android应用程序查找资源过程示意图](./application-framework/README.md#android应用程序查找资源过程示意图)
* [AppCompat的主题示意图](./application-framework/README.md#AppCompat的主题示意图)
* [View及MotionEvent坐标获取](./application-framework/README.md#View及MotionEvent坐标获取)

* [输入法](./application-framework/README.md#输入法)
* [输入法生命周期](./application-framework/README.md#输入法生命周期)
8 changes: 7 additions & 1 deletion application-framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
* [Android事件分发机制](#android事件分发机制)
* [Android应用程序查找资源过程示意图](#android应用程序查找资源过程示意图)
* [AppCompat的主题示意图](#AppCompat的主题示意图)
* [输入法]()
* [输入法生命周期](#输入法生命周期)

## 四大组件

Expand Down Expand Up @@ -55,4 +57,8 @@

### View及MotionEvent坐标获取

![View及MotionEvent坐标获取](./ui-location.png)
![View及MotionEvent坐标获取](./ui-location.png)

## 输入法

![输入法生命周期](./input.jpg)
Binary file added application-framework/input.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ab92fb1

Please sign in to comment.