mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #2251 from Bnyro/master
use a theme color for the progress
This commit is contained in:
commit
f72fd1e9ea
@ -132,7 +132,7 @@
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
<item name="android:layout_height">4dp</item>
|
||||
<item name="android:layout_gravity">bottom</item>
|
||||
<item name="android:background">@android:color/holo_red_dark</item>
|
||||
<item name="android:background">?attr/colorSecondary</item>
|
||||
<item name="android:visibility">gone</item>
|
||||
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user