Fix Dark elements in Light Theme
This commit is contained in:
parent
1d51002173
commit
fd14c8cdce
288 changed files with 327 additions and 560 deletions
11
app/src/main/res/drawable/ic_next.xml
Normal file
11
app/src/main/res/drawable/ic_next.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:tint="#ffffff"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<!-- Tint here is for preventing pixelization -->
|
||||
<path
|
||||
android:fillColor="#ffffff"
|
||||
android:pathData="M5,19 L15,12 5,5ZM16,5v14h3v-14z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue