styling for android

This commit is contained in:
balzack 2023-10-04 23:32:00 -07:00
parent f0dc45fe10
commit 4c838361ff
3 changed files with 7 additions and 5 deletions

View File

@ -5,8 +5,8 @@ const LightColors = {
overlay: 'dark',
statusBar: 'dark-content',
tabBar: '#448866',
activeTabIcon: '#ffffff',
idleTabIcon: '#cccccc',
activeTabIcon: '#448866',
idleTabIcon: '#888888',
activeBorder: '#338866',
idleBorder: '#dddddd',
activeFill: '#66aa88',
@ -18,7 +18,7 @@ const LightColors = {
unsetText: '#999999',
descriptionText: '#888888',
text: '#444444',
screenBase: '#dddddd',
screenBase: '#cccccc',
drawerBase: '#bbbbbb',
areaBase: '#ffffff',
modalBase: '#ffffff',

View File

@ -471,8 +471,8 @@ export function Session({ sharing, clearSharing }) {
}
},
tabBarShowLabel: false,
tabBarActiveTintColor: Colors.white,
tabBarInactiveTintColor: Colors.disabled,
tabBarActiveTintColor: Colors.activeTabIcon,
tabBarInactiveTintColor: Colors.idleTabIcon,
})}>
<Tab.Screen name="Conversation" children={()=><ConversationStackScreen dmChannel={dmChannel} shareChannel={shareChannel} shareIntent={shareIntent} setShareIntent={setShareIntent} />} />
<Tab.Screen name="Contacts" children={()=><ContactStackScreen addChannel={addChannel} />} />

View File

@ -65,6 +65,7 @@ export const styles = StyleSheet.create({
paddingBottom: 8,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
borderRadius: 4,
width: 128,
height: 32,
@ -81,6 +82,7 @@ export const styles = StyleSheet.create({
paddingBottom: 8,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
borderRadius: 4,
width: 128,
height: 32,