From fc3e00aeffefe7879c1e569a127bfbde5c3ea5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BB=A9c=20Tu=E1=BA=A5n=20Minh?= Date: Tue, 13 Feb 2024 10:22:47 +0700 Subject: [PATCH] Fixed #252 --- app/src/main/res/layout/activity_main.xml | 4 +- .../res/layout/item_home_content_artist.xml | 2 +- .../res/layout/item_home_content_playlist.xml | 17 +- .../res/layout/item_home_content_song.xml | 2 +- .../res/layout/item_home_content_video.xml | 2 +- app/src/main/res/layout/item_popular_song.xml | 31 +- app/src/main/res/layout/item_track_chart.xml | 2 +- app/src/main/res/raw/aboutlibraries.json | 576 ++++++++++++------ 8 files changed, 427 insertions(+), 209 deletions(-) diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 12c893d9..6347811d 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -62,7 +62,7 @@ + android:layout_height="wrap_content"> + app:shapeAppearanceOverlay="@style/rounded_corner"> + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/item_home_content_song.xml b/app/src/main/res/layout/item_home_content_song.xml index cf0aa757..e4fa4930 100644 --- a/app/src/main/res/layout/item_home_content_song.xml +++ b/app/src/main/res/layout/item_home_content_song.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="wrap_content" - android:layout_height="270dp" + android:layout_height="wrap_content" android:padding="10sp" android:orientation="vertical" android:focusable="true" diff --git a/app/src/main/res/layout/item_home_content_video.xml b/app/src/main/res/layout/item_home_content_video.xml index 4e128981..53b91b2b 100644 --- a/app/src/main/res/layout/item_home_content_video.xml +++ b/app/src/main/res/layout/item_home_content_video.xml @@ -2,7 +2,7 @@ + android:layout_height="wrap_content"> - - - + +