Commit 9a6020d8 by Giang Tran

edit style

parent 2fb5c01d
...@@ -264,10 +264,11 @@ const Drawer = (props) => { ...@@ -264,10 +264,11 @@ const Drawer = (props) => {
<AppText i18nKey={'Logout'} Logout style={styles.txtTitle}></AppText> <AppText i18nKey={'Logout'} Logout style={styles.txtTitle}></AppText>
</TouchableOpacity> </TouchableOpacity>
<Text <Text
style={[ style={{
styles.txtTitle, textAlign: 'center',
{textAlign: 'center', marginTop: HEIGHTXD(20)}, fontSize: getFontXD(36),
]}> marginTop: HEIGHTXD(20),
}}>
{version} {version}
</Text> </Text>
</View> </View>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment