Update extractor and refactored NewPipe
This commit is contained in:
parent
bddd9b3409
commit
146d4a8365
254 changed files with 7836 additions and 7302 deletions
7
app/src/main/res/drawable/toolbar_shadow_light.xml
Normal file
7
app/src/main/res/drawable/toolbar_shadow_light.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<gradient
|
||||
android:angle="-90"
|
||||
android:endColor="#00000000"
|
||||
android:startColor="@color/light_shadow_start_color"/>
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue