<org.hermit.audalyzer.InstrumentPanel
android:id="@+id/instrumentpanel"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight = "1" />
2.i can't use the following code because I'm inside a fragment:
audioInstrument = new InstrumentPanel(this.getActivity());
setContentView(audioInstrument);