Browse Source

graphic fixes

feature/upgrade_sdk
Carmine De Rosa 5 years ago
parent
commit
fe3d3c6bb9
  1. 2
      vds-app/App/components/Button.js
  2. 3
      vds-app/App/screens/Info.js
  3. 2
      vds-app/app.json

2
vds-app/App/components/Button.js

@ -42,7 +42,7 @@ const styles = StyleSheet.create({
marginTop: 20, marginTop: 20,
justifyContent: "space-between", justifyContent: "space-between",
overflow: "hidden", overflow: "hidden",
borderRadius: 10
borderRadius: 20
}, },
buttonBg: { buttonBg: {
flex: 1, flex: 1,

3
vds-app/App/screens/Info.js

@ -65,7 +65,7 @@ const styles = StyleSheet.create({
textSmall: { textSmall: {
lineHeight: 23, lineHeight: 23,
marginTop: 15, marginTop: 15,
borderRadius: 10,
borderRadius: 20,
backgroundColor: colors.white_alpha, backgroundColor: colors.white_alpha,
borderWidth: 0, borderWidth: 0,
borderColor: colors.white_alpha, borderColor: colors.white_alpha,
@ -196,6 +196,7 @@ class Info extends React.Component {
text={texts.source} text={texts.source}
subtitle={texts.pdfLinkText} subtitle={texts.pdfLinkText}
isBig={false} isBig={false}
hasBg={true}
onPress={() => this.openURL(texts.pdfLink)} onPress={() => this.openURL(texts.pdfLink)}
/> />
<Text></Text> <Text></Text>

2
vds-app/app.json

@ -8,7 +8,7 @@
"ios", "ios",
"android" "android"
], ],
"version": "2.1.3",
"version": "3.1.1",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"splash": { "splash": {

Loading…
Cancel
Save