Create landscape layout for StopwatchFragment

This commit is contained in:
Phillip Hsu
2016-08-30 02:20:17 -07:00
parent c0553b85b7
commit be9aca1ede
2 changed files with 65 additions and 53 deletions
@@ -200,7 +200,8 @@ public class StopwatchFragment extends RecyclerViewFragment<
} else {
// I verified the bar was visible already without this, so we probably don't need this,
// but it's just a safety measure..
mSeekBar.setVisibility(View.VISIBLE);
// ACTUALLY NOT A SAFETY MEASURE!
// mSeekBar.setVisibility(View.VISIBLE);
ProgressBarUtils.setProgress(mSeekBar, getCurrentLapProgressRatio());
}
} else {