From d8dc39d293d3ed8a1b4925c3ba939545d4ff160c Mon Sep 17 00:00:00 2001 From: h4h13 Date: Thu, 6 Feb 2020 21:52:47 +0530 Subject: [PATCH] Fix full screen layout issue --- app/src/main/assets/retro-changelog.html | 2 +- .../res/layout/activity_album_content.xml | 2 +- .../res/layout/activity_artist_content.xml | 11 ++- .../layout/fragment_full_player_controls.xml | 79 ++++++++++--------- 4 files changed, 49 insertions(+), 45 deletions(-) diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html index 4e4bceafc..72af2878f 100644 --- a/app/src/main/assets/retro-changelog.html +++ b/app/src/main/assets/retro-changelog.html @@ -1 +1 @@ -

v3.4.900

v3.4.850

v3.4.800

v3.4.700

v3.4.600

v3.4.500

If you see entire app white or dark or black select same theme in settings to fix

FAQ's

*If you face any UI related issues you clear app data and cache, if its not working try to uninstall and install again.

\ No newline at end of file +

v.3.5.000

v3.4.900

v3.4.850

v3.4.800

v3.4.700

v3.4.600

v3.4.500

If you see entire app white or dark or black select same theme in settings to fix

FAQ's

*If you face any UI related issues you clear app data and cache, if its not working try to uninstall and install again.

\ No newline at end of file diff --git a/app/src/main/res/layout/activity_album_content.xml b/app/src/main/res/layout/activity_album_content.xml index cb216a64d..c8d87be03 100644 --- a/app/src/main/res/layout/activity_album_content.xml +++ b/app/src/main/res/layout/activity_album_content.xml @@ -48,7 +48,7 @@ android:layout_height="wrap_content" android:padding="16dp" android:text="@string/songs" - android:textAppearance="@style/TextViewHeadline5" + android:textAppearance="@style/TextViewHeadline6" android:textStyle="bold" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/activity_artist_content.xml b/app/src/main/res/layout/activity_artist_content.xml index 034bc4a91..420ad22ae 100644 --- a/app/src/main/res/layout/activity_artist_content.xml +++ b/app/src/main/res/layout/activity_artist_content.xml @@ -43,7 +43,7 @@ android:layout_height="wrap_content" android:padding="12dp" android:text="@string/albums" - android:textAppearance="@style/TextViewHeadline5" + android:textAppearance="@style/TextViewHeadline6" android:textStyle="bold" app:layout_constrainedWidth="true" app:layout_constraintEnd_toEndOf="parent" @@ -69,7 +69,7 @@ android:layout_height="wrap_content" android:padding="16dp" android:text="@string/songs" - android:textAppearance="@style/TextViewHeadline5" + android:textAppearance="@style/TextViewHeadline6" android:textStyle="bold" app:layout_constrainedWidth="true" app:layout_constraintEnd_toEndOf="parent" @@ -83,8 +83,7 @@ android:nestedScrollingEnabled="false" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/songTitle" - tools:listitem="@layout/item_song" - tools:visibility="gone" /> + tools:listitem="@layout/item_song" /> - - - + app:layout_constraintTop_toTopOf="parent"> + + + + + + @@ -95,7 +100,7 @@ android:splitTrack="false" app:layout_constraintEnd_toStartOf="@id/songTotalTime" app:layout_constraintStart_toEndOf="@id/songCurrentProgress" - app:layout_constraintTop_toBottomOf="@id/text" + app:layout_constraintTop_toBottomOf="@id/titleContainer" tools:ignore="RtlHardcoded,UnusedAttribute" tools:progress="20" />