fix: add podcast channel visible when empty podcasts

This commit is contained in:
eddyizm 2025-11-13 16:07:10 -08:00
parent 3c6c240b9d
commit 76a0e12222
No known key found for this signature in database
GPG key ID: CF5F671829E8158A

View file

@ -20,6 +20,20 @@
android:orientation="vertical"
android:paddingBottom="@dimen/global_padding_bottom">
<TextView
android:id="@+id/podcast_channels_pre_text_view"
style="@style/TitleMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/selectableItemBackground"
android:paddingStart="16dp"
android:paddingTop="16dp"
android:paddingEnd="16dp"
android:text="@string/home_subtitle_new_podcast_channel"
android:textAllCaps="true"
android:textColor="?attr/colorPrimary"
android:textStyle="bold" />
<LinearLayout
android:id="@+id/home_podcast_channels_sector"
android:layout_width="match_parent"
@ -29,17 +43,6 @@
android:visibility="gone"
tools:visibility="visible">
<TextView
android:id="@+id/podcast_channels_pre_text_view"
style="@style/TitleMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="16dp"
android:paddingTop="16dp"
android:paddingEnd="16dp"
android:text="@string/home_subtitle_new_podcast_channel"
android:textAllCaps="true" />
<!-- Label and button -->
<LinearLayout
android:layout_width="match_parent"