Improved bottom bar fab position

这个提交包含在:
Arnaud Vergnet 2020-04-16 14:54:10 +02:00
父节点 0cbd263801
当前提交 30e726b694

查看文件

@ -136,7 +136,7 @@ const styles = StyleSheet.create({
fab: { fab: {
position: 'absolute', position: 'absolute',
alignSelf: 'center', alignSelf: 'center',
top: -10, top: '-25%',
} }
}); });