Fix Dark elements in Light Theme
This commit is contained in:
parent
1d51002173
commit
fd14c8cdce
288 changed files with 327 additions and 560 deletions
10
app/src/main/res/drawable/ic_repeat.xml
Normal file
10
app/src/main/res/drawable/ic_repeat.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="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue