Skip to content

Commit

Permalink
新增控件工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
HpWens committed Jun 26, 2019
1 parent adc0f89 commit aec3db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/demo/widget/AboutActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void handleMessage(Message msg) {
};

private int index = 0;
private String[] sentences = {"我曾经有一个梦想", "梦想着有一天", "能够站在你的面前", "微信搜索", "公众号「控件人生」"};
private String[] sentences = {"我曾经有一个梦想", "梦想着有一天", "能够站在你的面前", "对我说", "我爱你"};

@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
Expand Down

0 comments on commit aec3db5

Please sign in to comment.