#:import ProfileScreen screens.profile.profile.ProfileScreen #:import COLOR_TEXT main.COLOR_TEXT #:import COLOR_LOGO main.COLOR_LOGO #:import COLOR_CARD main.COLOR_CARD #:import rgb main.rgb : id:profile_screen name:'profile' : size_hint: None,None # pos_hint: {'y':0} # canvas: # Color: # rgb: rgb(*COLOR_TEXT) # Line: # width: 1 # rectangle: (self.x, self.y, self.width, self.height) : cols:1 orientation:'vertical' size_hint:None,None adaptive_height: True # height:'200dp' # width:'300dp' # md_bg_color:rgb(*COLOR_CARD) pos_hint: {'center_x':0.5, 'y':0} #,'top':0.25} # radius:[20,] # border_radius:20 # canvas: # Color: # rgb: rgb(*COLOR_BG) # Line: # width: 2 # # rectangle: (self.x, self.y, self.width, self.height) # circle: (self.center_x, self.center_y, min(self.width, self.height) / 2) #(self.x, self.x, self.width) : cols:1 orientation:'vertical' size_hint:None,None # height:'200dp' # width:'300dp' md_bg_color:rgb(*COLOR_CARD) # height: '500dp' pos_hint: {'center_x':0.5,'center_y':0.5} #,'y':0.8} # radius:[20,] # border_radius:20 canvas: # Rectangle: # pos: self.pos # size: self.size # # source: self.source Color: rgb: rgb(*COLOR_CARD) Line: width: 2 rectangle: (self.x, self.y, self.width, self.height) : cols:1 orientation:'vertical' size_hint:None,None md_bg_color:rgb(*COLOR_CARD) # width: '300dp' height: self.minimum_height width: '500sp' pos_hint: {'center_x':0.5,'center_y':0.5} spacing:'10sp' radius:[20,] border_radius:20 padding:'10sp' canvas: Color: rgba: 0,0,0,0.5 Line: width: 1 rounded_rectangle: (self.x, self.y, self.width, self.height, 20, 20, 20, 20) : pos_hint: {'center_x':0.5} theme_text_color:'Custom' text_color: rgb(*COLOR_TEXT) halign:'center' : pos_hint: {'center_x':0.5} theme_text_color:'Custom' text_color: rgb(*COLOR_TEXT) halign:'center' : halign:'left' : theme_text_color: 'Custom' text_color:rgb(*COLOR_TEXT) : theme_text_color: 'Custom' text_color:rgb(*COLOR_TEXT) : theme_text_color: 'Custom' text_color:rgb(*COLOR_TEXT) size_hint:None,None pos_hint:{'right':1} : theme_text_color: 'Custom' text_color:rgb(*COLOR_TEXT) pos_hint:{'left':1} : cols:1 orientation:'vertical' spacing:'10dp' padding:'10dp' size_hint:1,None adaptive_height:True # md_bg_color:rgb(*COLOR_TEXT) pos_hint: {'center_x':0.5,'center_y':0.5} # md_bg_color:1,1,0,1 : size_hint:1,1 # width: '200dp' : cols:2 orientation:'horizontal' spacing:'25dp' height:self.minimum_height size_hint:1,None # md_bg_color:rgb(*COLOR_TEXT) pos_hint: {'center_x':0.5,'center_y':0.5}