aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2022-08-31 15:20:09 -0700
committerGitHub <noreply@github.com>2022-08-31 15:20:09 -0700
commit28fe61a8c0e911c08a8dc91751164895527e812c (patch)
tree962fea7ec87f59fb2054e9bdc185956f07f4a514 /apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml
parent095df3c19177c02b67f33e92876d5646cf48ce16 (diff)
downloadoboe-28fe61a8c0e911c08a8dc91751164895527e812c.tar.gz
OboeTester: add error callback test (#1614)
Delete an error callback while it is being used by Oboe. Try to reproduce issue #1603
Diffstat (limited to 'apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml')
-rw-r--r--apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml b/apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml
index 14aa80f9..dbd0d37e 100644
--- a/apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml
+++ b/apps/OboeTester/app/src/main/res/layout/activity_extra_tests.xml
@@ -41,5 +41,15 @@
android:backgroundTint="@color/button_tint"
android:onClick="onLaunchPlugLatencyTest"
android:text="Plug Latency" />
- </GridLayout>
+
+ <Button
+ android:id="@+id/buttonErrorCallback"
+ android:layout_gravity="fill"
+ android:layout_width="0dp"
+ android:layout_columnWeight="1"
+ android:layout_height="wrap_content"
+ android:backgroundTint="@color/button_tint"
+ android:onClick="onLaunchErrorCallbackTest"
+ android:text="Error Callback" />
+</GridLayout>
</android.support.constraint.ConstraintLayout>