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-night/ic_restaurant.xml
Normal file
10
app/src/main/res/drawable-night/ic_restaurant.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="M11,9L9,9L9,2L7,2v7L5,9L5,2L3,2v7c0,2.12 1.66,3.84 3.75,3.97L6.75,22h2.5v-9.03C11.34,12.84 13,11.12 13,9L13,2h-2v7zM16,6v8h2.5v8L21,22L21,2c-2.76,0 -5,2.24 -5,4z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue