Код: Выделить всё
Button:
id: chat_id_selectfilebutton
size_hint: None, None
size: "25dp", "25dp"
background_normal: "./ui/images/select_file_button_normal.png"
background_down: "./ui/images/select_file_button_normal.png"
canvas:
Color:
rgb: utils.get_color_from_hex("#F2F2F2")
Line:
width: 1.7
ellipse: self.x, self.y, self.width, self.height
on_press: await root.parent.select_chatfile(root)
Подробнее здесь: https://stackoverflow.com/questions/798 ... vy-kv-lang
Мобильная версия