Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alidili authored Jan 24, 2018
1 parent 309cb8f commit 0ec91d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class MainActivity extends AppCompatActivity {
flKeyword.setTextPaddingH(8);
// 设置UI与点击事件监听
// 最后调用setFlowLayout方法
// 最后调用setFlowLayout方法
flKeyword.setFlowLayout(list, new FlowLayout.OnItemClickListener() {
@Override
public void onItemClick(String content) {
Expand Down

0 comments on commit 0ec91d8

Please sign in to comment.