Browse Source

Crossfade collapsing titlebar background color (#1272)

Guy Carmeli 7 years ago
parent
commit
48669c9485

+ 1
- 0
android/app/src/main/java/com/reactnativenavigation/views/TitleBarBackground.java View File

@@ -12,6 +12,7 @@ public class TitleBarBackground extends TransitionDrawable {
12 12
 
13 13
     public TitleBarBackground(Drawable... drawables) {
14 14
         super(drawables);
15
+        setCrossFadeEnabled(true);
15 16
     }
16 17
 
17 18
     public void showTranslucentBackground() {