diff --git a/screen/wallets/list.js b/screen/wallets/list.js index 21ab4a4cd..68f10c459 100644 --- a/screen/wallets/list.js +++ b/screen/wallets/list.js @@ -507,7 +507,8 @@ const styles = StyleSheet.create({ justifyContent: 'center', }, android: { - height: 32, + marginTop: 8, + height: 44, alignItems: 'flex-end', justifyContent: 'center', },