Check-A-Prijs-Mobile-App_Hack-O-Topia_PTC / PriceCharm / LoadingImage.kv
LoadingImage.kv
Raw
<LoadingImage>
	# scherm naam
	name: "LoadingImage"

	
	FloatLayout:
		Image:
			source:'D:\Studies\Coding\Python Programming\VsCode\Kivy\AppDev\PriceCharm\Images\Logo.png' #I inserted the image name 
			allow_stretch: True
			
		BoxLayout:
			pos_hint:{'center_y':.3, 'center_x':.5}
			padding: "10dp"
			size_hint_x: .7