]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/list_divider.xml
color is a useless attribute for a gradient
[mobile-ledger.git] / app / src / main / res / drawable / list_divider.xml
index 2269c70c08a7e7a6ac85f5c2abaeb802b38a5ae3..b150b8b372fd80b22534bb38cb237c977f426dbd 100644 (file)
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
-        android:color="@color/divider"
         android:type="linear"
         android:startColor="@android:color/white"
         android:centerColor="@color/colorPrimary"