소스 검색

修改作品合成引导页样式

Pq 9 달 전
부모
커밋
a0b6eefd97

+ 9 - 1
musicMerge/src/main/res/layout/mh_guide_step2.xml

@@ -18,6 +18,14 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"/>
 
+
+    <View
+        android:layout_marginTop="4dp"
+        android:id="@+id/view_line"
+        app:layout_constraintLeft_toLeftOf="parent"
+        app:layout_constraintTop_toBottomOf="@+id/iv_bg"
+        android:layout_width="1px"
+        android:layout_height="1px"/>
     <TextView
         android:id="@+id/tv_next_tip"
         android:layout_width="wrap_content"
@@ -31,6 +39,6 @@
         android:layout_marginStart="16dp"
         android:layout_marginTop="17dp"
         app:layout_constraintLeft_toLeftOf="@+id/iv_bg"
-        app:layout_constraintBottom_toBottomOf="@+id/iv_bg" />
+        app:layout_constraintBottom_toBottomOf="@+id/view_line" />
 
 </androidx.constraintlayout.widget.ConstraintLayout>

+ 9 - 1
musicMerge/src/main/res/layout/mh_guide_step3.xml

@@ -18,6 +18,14 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"/>
 
+    <View
+        android:layout_marginTop="4dp"
+        android:id="@+id/view_line"
+        app:layout_constraintLeft_toLeftOf="parent"
+        app:layout_constraintTop_toBottomOf="@+id/iv_bg"
+        android:layout_width="1px"
+        android:layout_height="1px"/>
+
     <TextView
         android:id="@+id/tv_next_tip"
         android:layout_width="wrap_content"
@@ -31,6 +39,6 @@
         android:layout_marginStart="16dp"
         android:layout_marginTop="17dp"
         app:layout_constraintLeft_toLeftOf="@+id/iv_bg"
-        app:layout_constraintBottom_toBottomOf="@+id/iv_bg" />
+        app:layout_constraintBottom_toBottomOf="@+id/view_line" />
 
 </androidx.constraintlayout.widget.ConstraintLayout>

+ 9 - 1
musicMerge/src/main/res/layout/mh_guide_step4.xml

@@ -18,6 +18,14 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"/>
 
+    <View
+        android:layout_marginTop="4dp"
+        android:id="@+id/view_line"
+        app:layout_constraintLeft_toLeftOf="parent"
+        app:layout_constraintTop_toBottomOf="@+id/iv_bg"
+        android:layout_width="1px"
+        android:layout_height="1px"/>
+
     <TextView
         android:id="@+id/tv_next_tip"
         android:layout_width="wrap_content"
@@ -31,6 +39,6 @@
         android:layout_marginStart="16dp"
         android:layout_marginTop="17dp"
         app:layout_constraintLeft_toLeftOf="@+id/iv_bg"
-        app:layout_constraintBottom_toBottomOf="@+id/iv_bg" />
+        app:layout_constraintBottom_toBottomOf="@+id/view_line" />
 
 </androidx.constraintlayout.widget.ConstraintLayout>