File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
android/src/main/java/com/rcttabview Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ package com.rcttabview
2
2
3
3
import android.content.Context
4
4
import android.content.res.ColorStateList
5
- import android.graphics.Color
6
5
import android.graphics.drawable.BitmapDrawable
7
6
import android.graphics.drawable.ColorDrawable
8
7
import android.graphics.drawable.Drawable
9
8
import android.util.TypedValue
10
- import android.net.Uri
11
9
import android.view.Choreographer
12
10
import android.view.MenuItem
13
11
import android.view.View
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ function NativeBottomTabs() {
14
14
tabBarInactiveTintColor = "#C57B57"
15
15
tabBarActiveTintColor = "#F7DBA7"
16
16
barTintColor = "#1E2D2F"
17
- rippleColor = "#041F1E"
17
+ rippleColor = "#F7DBA7"
18
+ activeIndicatorColor = "#041F1E"
18
19
screenListeners = { {
19
20
tabLongPress : ( data ) => {
20
21
console . log (
You can’t perform that action at this time.
0 commit comments