Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7f52c1b authored by Chris Thornton's avatar Chris Thornton Committed by Android (Google) Code Review
Browse files

Merge "SoundTriggerTestApp: Provide onClick callbacks for audio capture."

parents bf07da56 d9568895
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@
            android:text="@string/capture"
            android:id="@+id/caputre_check_box"
            android:layout_gravity="center_horizontal"
            android:onClick="onCaptureAudioCheckboxClicked"
            android:padding="20dp" />

        <Button
@@ -94,6 +95,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/play_capture"
            android:onClick="onPlayCapturedAudioButtonClicked"
            android:padding="20dp"
            android:enabled="false" />
    </LinearLayout>