summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-10-13 17:31:39 +0200
committerGitHub <noreply@github.com>2023-10-13 17:31:39 +0200
commit475e0f51280c530754188d48342d92dca4da2a7b (patch)
tree3e7f9dd4e76203085e9e80ae417e30a6ea2d1873 /app
parent58484d5790cd8410368f989e1ce3390a666a4346 (diff)
downloadAntennaPod-475e0f51280c530754188d48342d92dca4da2a7b.zip
Remove ProgressBar background (#6703)
Might lead to bad contrast in dark theme when applying dynamic colors
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/horizontal_itemlist_item.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/horizontal_itemlist_item.xml b/app/src/main/res/layout/horizontal_itemlist_item.xml
index bb45d0ca1..338409647 100644
--- a/app/src/main/res/layout/horizontal_itemlist_item.xml
+++ b/app/src/main/res/layout/horizontal_itemlist_item.xml
@@ -33,7 +33,6 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="#dddddd"
android:orientation="vertical">
<FrameLayout
@@ -87,7 +86,7 @@
android:layout_gravity="bottom"
android:max="100"
style="?attr/progressBarTheme"
- tools:background="@android:color/holo_blue_light" />
+ tools:progress="50" />
</LinearLayout>