SagitSri
SagitSri

Reputation: 521

how to set android style text input in kivy?

In this video he design the textinput animation or something I've no idea what exactly he had done. when the textinput got focus a blue colored line got focus and the hint text also. how to achieve this in kivy textinput?

Upvotes: 1

Views: 774

Answers (1)

Mikhail Gerasimov
Mikhail Gerasimov

Reputation: 39546

App in video is written using KivyMD module that provides set of "material design" (being using in Android and other Google products) widgets.

Installation instructions are here. And here is simple example of usage.

Upvotes: 2

Related Questions