From a4c083e7f98c535993c9e22d9d3ae99d5c410a0c Mon Sep 17 00:00:00 2001
From: litetex <40789489+litetex@users.noreply.github.com>
Date: Tue, 1 Mar 2022 20:52:48 +0100
Subject: [PATCH] Rework dialog
* De-Duplicated some fields
* Use a container for the pitch controls
* Name pitch related elements correctly
---
.../res/layout/dialog_playback_parameter.xml | 310 +++++++++---------
1 file changed, 157 insertions(+), 153 deletions(-)
diff --git a/app/src/main/res/layout/dialog_playback_parameter.xml b/app/src/main/res/layout/dialog_playback_parameter.xml
index 87c26b831..47394b724 100644
--- a/app/src/main/res/layout/dialog_playback_parameter.xml
+++ b/app/src/main/res/layout/dialog_playback_parameter.xml
@@ -29,7 +29,7 @@
@@ -146,203 +146,207 @@
android:textStyle="bold" />
-
-
+ android:layout_marginTop="3dp">
-
-
+ tools:text="-5%" />
+
+
+
+
+
+
+
+
+
+
+
-
-
+ tools:text="+5%" />
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_height="match_parent"
+ android:layout_marginLeft="4dp"
+ android:layout_marginRight="4dp"
+ android:layout_toStartOf="@+id/pitchSemitoneStepUp"
+ android:layout_toEndOf="@+id/pitchSemitoneStepDown"
+ android:orientation="horizontal">
-
+
+
+
+
+
+
+
+
+
+
+