|
@@ -166,12 +166,12 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="28dp"
|
|
|
- android:layout_marginTop="9dp"
|
|
|
android:src="@drawable/icon_music_hole"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/view_dash_board" />
|
|
|
|
|
|
<ImageView
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/iv_hz_reduce"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -192,6 +192,7 @@
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
+ android:visibility="gone"
|
|
|
android:id="@+id/iv_hz_add"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
@@ -202,6 +203,7 @@
|
|
|
app:layout_constraintTop_toTopOf="@+id/iv_right_hole" />
|
|
|
|
|
|
<TextView
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="CALIB"
|
|
@@ -216,7 +218,7 @@
|
|
|
android:id="@+id/iv_bottom_bg"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="17dp"
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
android:adjustViewBounds="true"
|
|
|
android:src="@drawable/bg_music_tuner_bottom"
|
|
|
app:layout_constraintTop_toBottomOf="@+id/iv_left_hole" />
|