Remove ProgressBar background (#6703)

Might lead to bad contrast in dark theme when applying dynamic colors
This commit is contained in:
ByteHamster 2023-10-13 17:31:39 +02:00 committed by GitHub
parent 58484d5790
commit 475e0f5128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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>