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
|
<LinearLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:background="#dddddd"
|
|
||||||
android:orientation="vertical">
|
android:orientation="vertical">
|
||||||
|
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
|
@ -87,7 +86,7 @@
|
||||||
android:layout_gravity="bottom"
|
android:layout_gravity="bottom"
|
||||||
android:max="100"
|
android:max="100"
|
||||||
style="?attr/progressBarTheme"
|
style="?attr/progressBarTheme"
|
||||||
tools:background="@android:color/holo_blue_light" />
|
tools:progress="50" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue