Ejemplo n.º 1
0
def add_two_line(self,from_who,msg_to_add):
    self.ml.add_widget(List.TwoLineListItem(text=msg_to_add,
        secondary_text=from_who,
        markup=True,
        text_size=(self.width,None),
        size_hint_y=None,
        font_size=(self.height / 23)))