From 655e3c6e4e424bebaf77b903cae60ffaea5d1416 Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sat, 3 Dec 2022 12:33:59 +0100 Subject: Hide progress bar when there is no progress --- app/src/main/res/layout/horizontal_itemlist_item.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/horizontal_itemlist_item.xml b/app/src/main/res/layout/horizontal_itemlist_item.xml index b69a3f445..bb45d0ca1 100644 --- a/app/src/main/res/layout/horizontal_itemlist_item.xml +++ b/app/src/main/res/layout/horizontal_itemlist_item.xml @@ -93,6 +93,12 @@ + + + android:textSize="14sp" + tools:text="@sample/episodes.json/data/title" /> -- cgit v1.2.3