umbracochina / android-spectrum-analyzer

Automatically exported from code.google.com/p/android-spectrum-analyzer
0 stars 0 forks source link

[New Feature] Add seekbar to change noise level when in DEBUG_MODE #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Add seekbar to change noise level when in DEBUG_MODE

    <SeekBar
        android:id="@+id/seekBar1"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_weight="1" />

Original issue reported on code.google.com by zz4...@gmail.com on 3 Feb 2012 at 3:49

GoogleCodeExporter commented 9 years ago
Added seek bar so that noise level can be changed.

Original comment by zz4...@gmail.com on 3 Feb 2012 at 6:11