mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-01-24 23:55:36 +01:00
Remove ProgressBar background (#6703)
Might lead to bad contrast in dark theme when applying dynamic colors
This commit is contained in:
parent
58484d5790
commit
475e0f5128
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user