jollybeeapp / android-spectrum-analyzer

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

[New Feature] Add option to allow frequency change when in DEBUG MODE #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add option to allow frequency change when in DEBUG MODE. Add an edittext like 
showed below.

    <EditText
        android:id="@+id/editText1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:inputType="numberDecimal" >

        <requestFocus />
    </EditText>

Original issue reported on code.google.com by zz4...@gmail.com on 2 Feb 2012 at 10:53

GoogleCodeExporter commented 9 years ago
Added buttons and check boxes

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