]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/drawable-anydpi/drop_shadow.xml
better shadow under main header in dark mode
[mobile-ledger-staging.git] / app / src / main / res / drawable-anydpi / drop_shadow.xml
index 1a37f95caf59ddfc2ccfffa16970555df3e44505..4eae334ed6979aad5e8db2f9b855323a5d744e1a 100644 (file)
@@ -17,8 +17,8 @@
 
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
-        android:startColor="#80000000"
-        android:endColor="#00000000"
+        android:startColor="?attr/shadowStartColor"
+        android:endColor="?attr/shadowEndColor"
         android:angle="270"
         />
 </shape>
\ No newline at end of file