Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
chinalwb committed May 9, 2020
1 parent 2e7c644 commit 4f30da0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ARE/are/src/main/java/com/chinalwb/are/AREditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ private void initGlobal() {
this.mToolbar.setUseEmoji(mUseEmoji);

this.mAreScrollView = new NestedScrollView(mContext);
//修复点击空白处无法拉起键盘的BUG:设置下面的属性后,EditText会充满整个NestedScrollView。
mAreScrollView.setFillViewport(true);
//修复点击空白处无法拉起键盘的BUG:设置下面的属性后,EditText会充满整个NestedScrollView。
mAreScrollView.setFillViewport(true);
mAreScrollView.setFitsSystemWindows(true);
this.mAreScrollView.setId(R.id.are_scrollview);
}
Expand Down
4 changes: 2 additions & 2 deletions ARE/local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Tue Sep 03 11:27:38 CST 2019
sdk.dir=/Users/mac/Library/Android/sdk
#Sat May 09 18:23:15 CST 2020
sdk.dir=/Users/pact/Library/Android/sdk

0 comments on commit 4f30da0

Please sign in to comment.