]> git.ktnx.net Git - mobile-ledger-staging.git/blobdiff - app/src/main/res/drawable-anydpi-v21/fade_down_white.xml
use a fixed app background, helps the fading gradient
[mobile-ledger-staging.git] / app / src / main / res / drawable-anydpi-v21 / fade_down_white.xml
index 63add2910663ac2e2182a0f0412a1c34f4f6e8a5..7b541263eaf10cd5d80f445009fb782e1f6818db 100644 (file)
@@ -17,8 +17,8 @@
 
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
-        android:startColor="#40ffffff"
-        android:endColor="#FFffffff"
+        android:endColor="@color/backgroundColor"
+        android:startColor="@color/backgroundColorTransparent"
         android:angle="270"
         />
 </shape>
\ No newline at end of file