Explorar el Código

Fix: edit audio track view attr change

Shan-PC\Shan hace 6 años
padre
commit
26a25ce45f
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      src/main/res/layout/fragment_music_edit_dialog.xml

+ 3 - 2
src/main/res/layout/fragment_music_edit_dialog.xml

@@ -45,7 +45,9 @@
         app:borderColor="#633150"
         app:dialogTextSize="16sp"
         app:endDrawable="@drawable/ic_arrow_right_b"
+        app:endScrollProgessText="0:30"
         app:headDrawable="@drawable/ic_arrow_left_b"
+        app:headScrollProgressText="0:20"
         app:innerColor="#ff8cd2"
         app:innerHeight="40dp"
         app:innerWidthRatio="1"
@@ -55,8 +57,7 @@
         app:playProgress=".5"
         app:playProgressDialogColor="@android:color/holo_orange_light"
         app:playProgressText="0:20"
-        app:scrollProgressDialogColor="@android:color/holo_orange_dark"
-        app:scrollProgressText="0:30" />
+        app:scrollProgressDialogColor="@android:color/holo_orange_dark" />
 
     <TextView
         android:id="@+id/startTime"