fix crash in episode count extraction

This commit is contained in:
2020-10-15 16:23:52 +02:00
parent adf8a48251
commit 4ae23c4380
6 changed files with 27 additions and 13 deletions

View File

@ -11,6 +11,8 @@
android:id="@+id/search_text"
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="#FFFFFF"
android:elevation="8dp"
android:iconifiedByDefault="false"
android:paddingBottom="5dp"
android:queryHint="@string/search_hint"

View File

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:backgroundTint="#FFFFFF"
android:visibility="visible"
app:cardCornerRadius="7dp"
app:cardElevation="4dp">