Pārlūkot izejas kodu

fixed a little, but annoying, misalignment of picture when sleep is on

yattoz 4 gadus atpakaļ
vecāks
revīzija
6308233048
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/src/main/res/layout/fragment_nowplaying.xml

+ 1 - 1
app/src/main/res/layout/fragment_nowplaying.xml Parādīt failu

@@ -39,7 +39,7 @@
39 39
             app:layout_constraintEnd_toEndOf="parent"
40 40
 
41 41
             app:layout_constraintStart_toStartOf="@id/imageGuideline"
42
-            app:layout_constraintTop_toTopOf="@id/seek_bar_volume"
42
+            app:layout_constraintTop_toTopOf="parent"
43 43
             app:srcCompat="@drawable/logo_roundsquare"
44 44
             tools:ignore="HardcodedText" />
45 45