summaryrefslogtreecommitdiff
path: root/LoopbackApp/app/src/main/res/layout/main_activity.xml
diff options
context:
space:
mode:
Diffstat (limited to 'LoopbackApp/app/src/main/res/layout/main_activity.xml')
-rw-r--r--LoopbackApp/app/src/main/res/layout/main_activity.xml71
1 files changed, 46 insertions, 25 deletions
diff --git a/LoopbackApp/app/src/main/res/layout/main_activity.xml b/LoopbackApp/app/src/main/res/layout/main_activity.xml
index 04fe52e..50df2f7 100644
--- a/LoopbackApp/app/src/main/res/layout/main_activity.xml
+++ b/LoopbackApp/app/src/main/res/layout/main_activity.xml
@@ -94,37 +94,58 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="horizontal">
+ android:orientation="vertical">
- <Button
+ <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/buttonGlitches"
- android:layout_width="wrap_content"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:drawableLeft="@drawable/ic_description"
- style="@style/TextAppearance.AppCompat.Button"
- android:text="@string/buttonGlitches"
- android:onClick="onButtonGlitches"/>
+ android:orientation="horizontal">
+ <Button
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/buttonRecorderBufferPeriod"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableLeft="@drawable/ic_assessment"
+ style="@style/TextAppearance.AppCompat.Button"
+ android:text="@string/buttonRecorderBufferPeriod"
+ android:onClick="onButtonRecorderBufferPeriod"/>
- <Button
+ <Button
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/buttonPlayerBufferPeriod"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableLeft="@drawable/ic_assessment"
+ style="@style/TextAppearance.AppCompat.Button"
+ android:text="@string/buttonPlayerBufferPeriod"
+ android:onClick="onButtonPlayerBufferPeriod"/>
+ </LinearLayout>
+ <LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/buttonRecorderBufferPeriod"
- android:layout_width="wrap_content"
+ xmlns:tools="http://schemas.android.com/tools"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:drawableLeft="@drawable/ic_assessment"
- style="@style/TextAppearance.AppCompat.Button"
- android:text="@string/buttonRecorderBufferPeriod"
- android:onClick="onButtonRecorderBufferPeriod"/>
-
- <Button
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/buttonPlayerBufferPeriod"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:drawableLeft="@drawable/ic_assessment"
- style="@style/TextAppearance.AppCompat.Button"
- android:text="@string/buttonPlayerBufferPeriod"
- android:onClick="onButtonPlayerBufferPeriod"/>
+ android:orientation="horizontal">
+ <Button
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/buttonGlitches"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableLeft="@drawable/ic_description"
+ style="@style/TextAppearance.AppCompat.Button"
+ android:text="@string/buttonGlitches"
+ android:onClick="onButtonGlitches"/>
+ <Button
+ android:id="@+id/buttonHeatMap"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawableLeft="@drawable/ic_assessment"
+ style="@style/TextAppearance.AppCompat.Button"
+ android:text="@string/compareAll"
+ android:onClick="onButtonHeatMap"/>
+ </LinearLayout>
</LinearLayout>
</HorizontalScrollView>