August 2015
Intermediate to advanced
246 pages
4h 21m
English
Layout widgets are useful to organize the widgets in our app, but we can get more benefits from them if we include some graphics in them. In this recipe, we will add a background to a layout.
We are going to work with layouts in this recipe, so you should have cleared the concepts behind them. It is recommended that you read the recipe Organizing with layouts in Chapter 4, Widgets. We will also use the three images from the first recipe of this chapter.
In this recipe, we are going to use a KV file to define our new layout and basic Python to execute our app. To complete the recipe, perform the following steps:
CustomLayout.