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
 
12
 
13
     public TitleBarBackground(Drawable... drawables) {
13
     public TitleBarBackground(Drawable... drawables) {
14
         super(drawables);
14
         super(drawables);
15
+        setCrossFadeEnabled(true);
15
     }
16
     }
16
 
17
 
17
     public void showTranslucentBackground() {
18
     public void showTranslucentBackground() {