mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
styling for android
This commit is contained in:
parent
f0dc45fe10
commit
4c838361ff
@ -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',
|
||||
|
@ -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} />} />
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user