]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable-anydpi-v21/list_divider.xml
update copyright years
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / list_divider.xml
index 8dbd1aed380904f3f3fc47b2f94da1316a2c8c02..3dea8ebba9b7353c4f67be484d07e08a4ab4be95 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  ~ Copyright © 2018 Damyan Ivanov.
+  ~ Copyright © 2019 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
@@ -19,8 +19,8 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:type="linear"
-        android:startColor="@android:color/transparent"
-        android:centerColor="@color/colorPrimary"
-        android:endColor="@android:color/transparent"/>
+        android:endColor="?colorPrimaryTransparent"
+        android:centerColor="?colorPrimary"
+        android:startColor="?colorPrimaryTransparent" />
     <size android:height="2dp" />
 </shape>
\ No newline at end of file