Commit 30d07ac3 authored by W.D.R.P. Sandeepa's avatar W.D.R.P. Sandeepa

Merge branch 'it18218640' into 'master'

change logo

See merge request !116
parents a03752b3 3564ef9f
...@@ -21,7 +21,7 @@ const Login = () => { ...@@ -21,7 +21,7 @@ const Login = () => {
<View style={styles.continer}> <View style={styles.continer}>
<ImageBackground style={styles.backgroundImage} source={require('../../assets/login/login_background.png')} resizeMode="cover"> <ImageBackground style={styles.backgroundImage} source={require('../../assets/login/login_background.png')} resizeMode="cover">
<View> <View>
<Image style={styles.logo} source={require('../../assets/login/logo.png')} resizeMode="contain"></Image> <Image style={styles.logo} source={require('../../assets/login/logo1.png')} resizeMode="contain"></Image>
</View> </View>
<View elevation={5} style={styles.main_container}> <View elevation={5} style={styles.main_container}>
<Text style={styles.main_title}>Sign In</Text> <Text style={styles.main_title}>Sign In</Text>
......
...@@ -21,7 +21,7 @@ const Register = () => { ...@@ -21,7 +21,7 @@ const Register = () => {
<View style={styles.continer}> <View style={styles.continer}>
<ImageBackground style={styles.backgroundImage} source={require('../../assets/login/login_background.png')} resizeMode="cover"> <ImageBackground style={styles.backgroundImage} source={require('../../assets/login/login_background.png')} resizeMode="cover">
<View> <View>
<Image style={styles.logo} source={require('../../assets/login/logo.png')} resizeMode="contain"></Image> <Image style={styles.logo} source={require('../../assets/login/logo1.png')} resizeMode="contain"></Image>
</View> </View>
<View elevation={5} style={styles.main_container}> <View elevation={5} style={styles.main_container}>
<Text style={styles.main_title}>Sign Up</Text> <Text style={styles.main_title}>Sign Up</Text>
......
...@@ -29,8 +29,8 @@ const Splash = () => { ...@@ -29,8 +29,8 @@ const Splash = () => {
return( return(
<View style={{flex:1, justifyContent:'center', alignItems:'center', backgroundColor: '#ffffff'}}> <View style={{flex:1, justifyContent:'center', alignItems:'center', backgroundColor: '#ffffff'}}>
<Text style={{fontWeight: 'bold',fontSize: 20, color: '#000000'}}>Welcome To</Text> <Text style={{fontWeight: 'bold',fontSize: 40, color: '#000000'}}>Welcome To</Text>
<Image source={require('../../assets/login/logo.png')} style={{width: 250, height:100}}></Image> <Image source={require('../../assets/login/logo1.png')} style={{width: 250, height:250}}></Image>
</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