dkim0419 / SoundRecorder

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

Simplify record and playback panels #48

Open gaul opened 8 years ago

gaul commented 8 years ago

SoundRecorder does not need two panels for record and playback; instead it should show only the saved recordings and have a single record button in the bottom right. Pressing this button would launch a model dialog with the stop button and timer. This change would make SoundRecorder more consistent with other Material interfaces and fix the UI nit where you can playback and record at the same time.