]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/fade_down_white.xml
more themed colors usage
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / fade_down_white.xml
index 7b541263eaf10cd5d80f445009fb782e1f6818db..fb22e0c10945e1244218d3a1432c105d1c614f37 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?><!--
-  ~ Copyright © 2019 Damyan Ivanov.
+  ~ Copyright © 2020 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   ~ under the term of the GNU General Public License as published by
@@ -17,8 +17,9 @@
 
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
-        android:endColor="@color/backgroundColor"
-        android:startColor="@color/backgroundColorTransparent"
+        android:endColor="?android:attr/colorBackground"
+        android:startColor="@android:color/transparent"
+        android:type="linear"
         android:angle="270"
         />
 </shape>
\ No newline at end of file