aboutsummaryrefslogtreecommitdiff
path: root/tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml')
-rw-r--r--tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml b/tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml
index 0547a8f4f1..5dbefc10e3 100644
--- a/tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml
+++ b/tests/EmbeddedKitchenSinkApp/res/layout/bluetooth_headset.xml
@@ -57,4 +57,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/bluetooth_quiet_mode_enable"/>
+ <Button
+ android:id="@+id/bluetooth_hold_call"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/bluetooth_hold_call"/>
</LinearLayout>