Skip to content

Commit

Permalink
fix: botton tab adjusted - Android
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Feb 19, 2025
1 parent 518a3d6 commit 897c997
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions app/LoadedApp/LoadedApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2122,26 +2122,25 @@ export class LoadedAppClass extends Component<LoadedAppClassProps, LoadedAppClas
initialRouteName={translate('loadedapp.history-menu') as string}
screenOptions={({ route }) => ({
tabBarIcon: ({ focused }) => fnTabBarIcon(route, focused),
tabBarIconStyle: {
tabBarIconStyle: {
alignSelf: 'center',
marginBottom: 5,
marginBottom: 2,
},
tabBarLabelPosition: 'below-icon',
tabBarLabelStyle: {
alignSelf: 'center',
fontSize: 15,
fontSize: 14,
},
tabBarItemStyle: {
height: 60,
height: 55,
},
tabBarActiveTintColor: colors.background,
tabBarActiveBackgroundColor: colors.primaryDisabled,
tabBarInactiveTintColor: colors.money,
tabBarInactiveBackgroundColor: colors.sideMenuBackground ,
tabBarStyle: {
borderRadius: 0,
borderTopColor: colors.primaryDisabled,
borderTopWidth: 2,
height: 60,
height: 55,
},
headerShown: false,
tabBarButton: renderTabPressable(colors),
Expand Down

0 comments on commit 897c997

Please sign in to comment.