]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/drawable/list_divider.xml
bump release version
[mobile-ledger.git] / app / src / main / res / drawable / list_divider.xml
index ab89f4ede4b942ea0a8abf8f0e83ddd6013d9db3..bd7b95b95923c34a2219a8e13720608c75438494 100644 (file)
@@ -19,8 +19,8 @@
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
         android:type="linear"
-        android:startColor="@android:color/white"
+        android:startColor="@android:color/transparent"
         android:centerColor="@color/colorPrimary"
-        android:endColor="@android:color/white"/>
+        android:endColor="@android:color/transparent"/>
     <size android:height="2dp" />
 </shape>
\ No newline at end of file