Commit 382a49fe authored by Fred's avatar Fred

fix button ios

parent 41f54606
...@@ -26,14 +26,14 @@ ...@@ -26,14 +26,14 @@
"ios": { "ios": {
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "id.web.ravintola.excelsocrm", "bundleIdentifier": "id.web.ravintola.excelsocrm",
"buildNumber": "2006180900", "buildNumber": "2006181000",
"config": { "config": {
"googleMapsApiKey": "AIzaSyCvIFNvXKmBNetqPrV4VnjvF772avYbA3M" "googleMapsApiKey": "AIzaSyCvIFNvXKmBNetqPrV4VnjvF772avYbA3M"
} }
}, },
"android": { "android": {
"package": "id.web.ravintola.excelsocrm", "package": "id.web.ravintola.excelsocrm",
"versionCode": 2006180900, "versionCode": 2006181000,
"config": { "config": {
"googleMaps": { "googleMaps": {
"apiKey": "AIzaSyAcCfuNHVFstDUE-ZDafWsiUmA3ON79cqo" "apiKey": "AIzaSyAcCfuNHVFstDUE-ZDafWsiUmA3ON79cqo"
......
...@@ -74,9 +74,9 @@ class Renewal extends React.Component { ...@@ -74,9 +74,9 @@ class Renewal extends React.Component {
return ( return (
<View style={styles.container}> <View style={styles.container}>
<MyStatusBar /> <MyStatusBar />
<View style={styles.header}> {/* <View style={styles.header}> */}
{/* <Text style={{ textAlign: 'center', margin: 20, fontSize: 25, alignSelf: 'center' }}>Renewal</Text> */} {/* <Text style={{ textAlign: 'center', margin: 20, fontSize: 25, alignSelf: 'center' }}>Renewal</Text> */}
</View> {/* </View> */}
<View style={styles.body}> <View style={styles.body}>
<View style={styles.cont_curent_balance}> <View style={styles.cont_curent_balance}>
<View style={styles.current_balance}> <View style={styles.current_balance}>
...@@ -116,7 +116,7 @@ class Renewal extends React.Component { ...@@ -116,7 +116,7 @@ class Renewal extends React.Component {
</View> */} </View> */}
<TouchableOpacity onPress={() => this._renewal()}> <TouchableOpacity onPress={() => this._renewal()}>
<View style={styles.button}> <View style={styles.button}>
<Text style={{ color: 'white', fontSize: 12, fontFamily: 'Gotham-Black' }}>RENEW</Text> <Text style={{ color: 'white', fontSize: 16, textAlign: 'center', fontFamily: 'Gotham-Black' }}>RENEW</Text>
</View> </View>
</TouchableOpacity> </TouchableOpacity>
</View> </View>
...@@ -136,6 +136,7 @@ const styles = StyleSheet.create({ ...@@ -136,6 +136,7 @@ const styles = StyleSheet.create({
}, },
body: { body: {
flex: 0.9, flex: 0.9,
marginTop: 12
}, },
cont_curent_balance: { cont_curent_balance: {
flex:0.2 flex:0.2
...@@ -157,14 +158,13 @@ const styles = StyleSheet.create({ ...@@ -157,14 +158,13 @@ const styles = StyleSheet.create({
// backgroundColor:'maroon' // backgroundColor:'maroon'
}, },
button: { button: {
flex: 0.2, height: 40,
backgroundColor: '#CFB368', borderRadius: 10,
marginTop: 20, backgroundColor: '#CFB368',
marginHorizontal: 80, justifyContent: 'center',
borderRadius: 15, margin: 30,
padding: 20, padding: 5,
alignItems: 'center', bottom: 5,
justifyContent: 'center'
}, },
}) })
......
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