aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src/main/res
diff options
context:
space:
mode:
authorPhil Burk <philburk@mobileer.com>2023-05-02 16:35:57 -0700
committerGitHub <noreply@github.com>2023-05-02 16:35:57 -0700
commit1d977b8b6bc888d7e1f3ab00c9de38ea1bab53cf (patch)
treeb80629c2d05b01e9955af0e17653cf517e17adba /apps/OboeTester/app/src/main/res
parentb955b068bada0b75a0aa995c8d19ec26bfd881bf (diff)
downloadoboe-1d977b8b6bc888d7e1f3ab00c9de38ea1bab53cf.tar.gz
OboeTester: fix buffer size radio button (#1799)
If you uncheck all the individual radio buttons then they stop working properly. So you have to uncheck the RadioGroup. Internal bug: b/280421942
Diffstat (limited to 'apps/OboeTester/app/src/main/res')
-rw-r--r--apps/OboeTester/app/src/main/res/layout/buffer_size_view.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/OboeTester/app/src/main/res/layout/buffer_size_view.xml b/apps/OboeTester/app/src/main/res/layout/buffer_size_view.xml
index d4dc0634..7cf5c2e4 100644
--- a/apps/OboeTester/app/src/main/res/layout/buffer_size_view.xml
+++ b/apps/OboeTester/app/src/main/res/layout/buffer_size_view.xml
@@ -17,6 +17,7 @@
android:layout_height="match_parent">
<RadioGroup
+ android:id="@+id/bufferSizeGroup"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">