Skip to content

Commit

Permalink
Fixed a style error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sokris95 committed May 20, 2016
1 parent b69e858 commit 3ea3736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/morristaedt/mirror/SetUpActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ public class SetUpActivity extends Activity {
private EditText mCountdownDays;
private EditText mCountdownHours;
private EditText mCountdownMins;
private EditText mCountdownSecs; private SeekBar mColorPickerRed;
private EditText mCountdownSecs;
private SeekBar mColorPickerRed;
private SeekBar mColorPickerGreen;
private SeekBar mColorPickerBlue;
private TextView mColorShowerRed;
private TextView mColorShowerGreen;
private TextView mColorShowerBlue;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit 3ea3736

Please sign in to comment.