Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
classichu committed Mar 17, 2017
1 parent 9c77326 commit 01cc331
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
android:layout_margin="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:classic_contentHeight="100dp"

/>

</LinearLayout>
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,14 @@ public String getHintText() {
}
return hintText;
}

public void setMaxCount(int max_count) {
this.MAX_COUNT = max_count;
configCount();
}

public void setIgnoreCnOrEn(boolean ignoreCnOrEn) {
this.ignoreCnOrEn = ignoreCnOrEn;
configCount();
}
}

0 comments on commit 01cc331

Please sign in to comment.