aboutsummaryrefslogtreecommitdiff
path: root/apps/OboeTester/app/src/main/res/layout/activity_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/OboeTester/app/src/main/res/layout/activity_main.xml')
-rw-r--r--apps/OboeTester/app/src/main/res/layout/activity_main.xml35
1 files changed, 4 insertions, 31 deletions
diff --git a/apps/OboeTester/app/src/main/res/layout/activity_main.xml b/apps/OboeTester/app/src/main/res/layout/activity_main.xml
index 56bafeb2..a40a91cb 100644
--- a/apps/OboeTester/app/src/main/res/layout/activity_main.xml
+++ b/apps/OboeTester/app/src/main/res/layout/activity_main.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/linearLayout"
@@ -191,33 +191,6 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@+id/textView" />
- <LinearLayout
- android:id="@+id/layoutBluetoothSco"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- app:layout_constraintStart_toStartOf="@+id/callbackSize"
- app:layout_constraintTop_toBottomOf="@+id/callbackSize"
- >
- <CheckBox
- android:id="@+id/setBluetoothScoOn"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="6dp"
- android:checked="false"
- android:onClick="onStartStopBluetoothSco"
- android:text="start/stopBluetoothSco()"
- />
-
- <TextView
- android:id="@+id/textBluetoothScoStatus"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"
- android:layout_marginStart="12sp"
- android:text="\?" />
- </LinearLayout>
-
<CheckBox
android:id="@+id/boxEnableWorkarounds"
android:layout_width="wrap_content"
@@ -225,8 +198,8 @@
android:layout_marginTop="6dp"
android:checked="false"
android:text="enable Oboe workarounds"
- app:layout_constraintStart_toStartOf="@+id/layoutBluetoothSco"
- app:layout_constraintTop_toBottomOf="@+id/layoutBluetoothSco" />
+ app:layout_constraintStart_toStartOf="@+id/useCallback"
+ app:layout_constraintTop_toBottomOf="@+id/useCallback" />
<CheckBox
android:id="@+id/boxEnableBackground"
@@ -276,4 +249,4 @@
app:layout_constraintStart_toStartOf="@+id/deviceView"
app:layout_constraintTop_toBottomOf="@+id/deviceView" />
-</android.support.constraint.ConstraintLayout>
+</androidx.constraintlayout.widget.ConstraintLayout>