dkim0419 / SoundRecorder

A simple sound recording app implementing Material Design
GNU General Public License v3.0
1.49k stars 807 forks source link

Update record progress bars #5

Closed ghost closed 8 years ago

ghost commented 9 years ago

For better retro compatibility, i'm trying to to set it's min version to 14 and this was need to show the timer correctly on that version.

dkim0419 commented 9 years ago

Currently the min sdk version needs to be 16 due to PlaybackFragment: mSeekBar.getThumb().setColorFilter(filter);

hopefully i can update this later with my own drawable if I can fine the 9-patch image of the standard lollipop seekbar