From 193b551773e80ae27bbf813563ddbc2be8536cad Mon Sep 17 00:00:00 2001 From: eddyizm Date: Thu, 13 Nov 2025 19:07:45 -0800 Subject: [PATCH] fix: home radio add station missing from view --- .../res/layout/fragment_home_tab_radio.xml | 66 +++++++++++-------- 1 file changed, 37 insertions(+), 29 deletions(-) diff --git a/app/src/main/res/layout/fragment_home_tab_radio.xml b/app/src/main/res/layout/fragment_home_tab_radio.xml index 254d537e..fc0afb0f 100644 --- a/app/src/main/res/layout/fragment_home_tab_radio.xml +++ b/app/src/main/res/layout/fragment_home_tab_radio.xml @@ -1,44 +1,54 @@ + + + + + app:layout_constraintTop_toBottomOf="@id/internet_radio_station_title_text_view"> - - - - + android:paddingBottom="8dp" + tools:visibility="visible" /> @@ -61,7 +72,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent"> + app:layout_constraintTop_toBottomOf="@id/internet_radio_station_title_text_view"> - - - - + \ No newline at end of file