Skip to content

Commit

Permalink
Update setter example
Browse files Browse the repository at this point in the history
  • Loading branch information
Pygmalion69 committed Mar 18, 2018
1 parent 0c7b131 commit 7866c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/de/nitri/gaugedemo/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ protected void onCreate(Bundle savedInstanceState) {

/*
gauge1.setMaxValue(800);
gauge1.setMinValue(0);
gauge1.setTotalNicks(100);
gauge1.setValuePerNick(10);
gauge1.setMajorNickInterval(10);
gauge1.setMaxValue(800);
*/

HandlerThread thread = new HandlerThread("GaugeDemoThread");
Expand Down

0 comments on commit 7866c9a

Please sign in to comment.