aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src/main/res/layout/activity_test_output.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/OboeTester/app/src/main/res/layout/activity_test_output.xml')
-rw-r--r--apps/OboeTester/app/src/main/res/layout/activity_test_output.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/OboeTester/app/src/main/res/layout/activity_test_output.xml b/apps/OboeTester/app/src/main/res/layout/activity_test_output.xml
index 639eae7c..ff38c716 100644
--- a/apps/OboeTester/app/src/main/res/layout/activity_test_output.xml
+++ b/apps/OboeTester/app/src/main/res/layout/activity_test_output.xml
@@ -153,6 +153,24 @@
android:layout_height="wrap_content"
android:orientation="horizontal">
<TextView
+ android:id="@+id/textVolumeSlider"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Volume(dB): 0.0" />
+
+ <SeekBar
+ android:id="@+id/faderVolumeSlider"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:max="500"
+ android:progress="500" />
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+ <TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Signal:" />
@@ -162,6 +180,12 @@
android:layout_height="wrap_content"
android:entries="@array/output_signals"
android:prompt="@string/output_signal_prompt" />
+ <CheckBox
+ android:id="@+id/enableSetStreamControlByAttributes"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:checked="true"
+ android:text="VolumeByAttr" />
</LinearLayout>
<com.mobileer.oboetester.CommunicationDeviceView