Fix Dark elements in Light Theme
This commit is contained in:
parent
1d51002173
commit
fd14c8cdce
288 changed files with 327 additions and 560 deletions
9
app/src/main/res/drawable/ic_computer.xml
Normal file
9
app/src/main/res/drawable/ic_computer.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M20,18c1.1,0 1.99,-0.9 1.99,-2L22,6c0,-1.1 -0.9,-2 -2,-2H4c-1.1,0 -2,0.9 -2,2v10c0,1.1 0.9,2 2,2H0v2h24v-2h-4zM4,6h16v10H4V6z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue