[Python Kivy] About changing the design theme

The beginning of that

I was creating a check box, but it's hard to see no matter how much the background is changed ...![Presentation 1.png](https://qiita-image-store.s3.amazonaws.com/0/ 178673 / 21d89d92-e810-3642-b0f0-a2f7299268d8.png)

I can't see the circle ...

What should I do?

When I looked it up, it was written on this site (http://code.tiblab.net/python/kivy/design_theme).

The method can be done by using one or some of the following three methods.

-Replace the design image The design image is in <KIVY_DATA_DIR> /images/defaulttheme-0.png. Example: C: \ Program Files \ Python27 \ Lib \ site-packages \ kivy \ data \ image \ defaulttheme-0.png

・ Change the basic kv file Change <KIVY_DATA_DIR> /style.kv " Example: C: \ Program Files \ Python27 \ Lib \ site-packages \ kivy \ data \ style.kv

-Add a resource reference path Add your own resource file with kivy.resources.resource_add_path ()

Hmmmm.

The conclusion for the time being.

~~ Should I edit defaulttheme-0.png with Illustrator or Photoshop? It became. ~~

~~ I would appreciate it if you could tell me any good ideas ... ~~ (Updated on June 15, 2017) Thank you for pointing out, dario_okazaki.

It was solved by playing with the parameters "background_radio_normal" and "background_radio_down" of the checkbox. Presentation 1.png

Thank you for your advice! !! !!

Recommended Posts

[Python Kivy] About changing the design theme
About the Python module venv
About the ease of Python
About the enumerate function (python)
About the features of Python
[Python] What is @? (About the decorator)
About the basics list of Python basics
Learn the design pattern "Prototype" in Python
Learn the design pattern "Builder" in Python
Learn the design pattern "Flyweight" in Python
Learn the design pattern "Observer" in Python
Learn the design pattern "Memento" in Python
Learn the design pattern "Proxy" in Python
Learn the design pattern "Command" in Python
About the virtual environment of python version 3.7
Learn the design pattern "Visitor" in Python
Learn the design pattern "Bridge" in Python
Learn the design pattern "Mediator" in Python
Learn the design pattern "Decorator" in Python
[Python] Summarize the rudimentary things about multithreading
Learn the design pattern "Iterator" in Python
Learn the design pattern "Strategy" in Python
Learn the design pattern "Composite" in Python
Learn the design pattern "Singleton" with Python
Learn the design pattern "State" in Python
Learn the design pattern "Adapter" in Python
Learn the design pattern "Facade" with Python
About python slices
About python comprehension
About the test
Learn the design pattern "Abstract Factory" in Python
About Python tqdm.
About python yield
A Java programmer studied Python. (About the decorator)
About python, class
Learn the design pattern "Template Method" in Python
Learn the design pattern "Factory Method" in Python
About Kivy root
About the difference between "==" and "is" in python
About python inheritance
A note about the python version of python virtualenv
About python, range ()
About python decorators
A memorandum about the Python tesseract wrapper library
[Note] About the role of underscore "_" in Python
About the behavior of Model.get_or_create () of peewee in Python
About python reference
About Python decorators
[Python] About multi-process
About the * (asterisk) argument of python (and itertools.starmap)
[Python] Seriously think about the M-1 winning method.
About the queue
The wall of changing the Django service from Python 2.7 to Python 3
Think about how to program Python on the iPad
Sort in Python. Next, let's think about the algorithm.
Referencing and changing the upper bound of Python recursion
Learn the design pattern "Chain of Responsibility" in Python
A story about changing the master name of BlueZ
About the --enable-shared option when building Python on Linux
A reminder about the implementation of recommendations in Python
python memo (for myself): About the development environment virtualenv