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