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