Fix Dark elements in Light Theme
This commit is contained in:
parent
a9808628e9
commit
a8de222577
288 changed files with 327 additions and 560 deletions
10
app/src/main/res/drawable/ic_fast_forward.xml
Normal file
10
app/src/main/res/drawable/ic_fast_forward.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#FFFFFF"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M4,18l8.5,-6L4,6v12zM13,6v12l8.5,-6L13,6z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue