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

change color interface

parent 9730b212
...@@ -10,8 +10,10 @@ export default function Color(){ ...@@ -10,8 +10,10 @@ export default function Color(){
<SafeAreaView> <SafeAreaView>
<ScrollView> <ScrollView>
<View> <View>
<ImageBackground style={styles.imagebackground} source={require('../assets/login/login_background.png')} resizeMode="contain"> <Image style={styles.imagebackground} source={require('../assets/color/background.png')} resizeMode="contain">
</ImageBackground>
</Image>
</View> </View>
</ScrollView> </ScrollView>
</SafeAreaView> </SafeAreaView>
...@@ -23,8 +25,7 @@ export default function Color(){ ...@@ -23,8 +25,7 @@ export default function Color(){
const styles = StyleSheet.create({ const styles = StyleSheet.create({
imagebackground:{ imagebackground:{
width: "100%",
height: "100%",
} }
}) })
\ No newline at end of file
...@@ -15,7 +15,7 @@ export default function Home({ navigation }){ ...@@ -15,7 +15,7 @@ export default function Home({ navigation }){
<View style={styles.imageView}> <View style={styles.imageView}>
<Image style={styles.image} source={require('../assets/color/background.png')} resizeMode="contain"> <Image style={styles.image} source={require('../assets/color/background.png')} resizeMode="contain">
</Image> </Image>
<ImageButton title="Color And Sape"/> <ImageButton title="Color Activity"/>
</View> </View>
</View> </View>
</ScrollView> </ScrollView>
......
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