I am trying to make an app with a background grid and a top layer of interactive elements, I am having trouble overlaying the second layer via python, so like the title says is there a way to overlay 2 or more layouts in Kivy in ?
Here's what I am looking for
Solution
Set the
opacity
of the first layer / layout to 0.5Widget class » opacity
Kivy Graphics Line » points
Kivy Graphics Line » circle
Example
main.py - without kv
main.py - using kv and Python
Output
To supplement the answer in python, the overlays didn't resize when the window changed size, so this is my solution: