: source: './images/down-arrow.png' if self.parent.is_open == True else './images/right-arrow.png' size: 15, 15 x: self.parent.x + self.parent.width - self.width - 5 y: self.parent.y + self.parent.height/2 - self.height + 5 : id: search_bar size_hint_y: None height: self.minimum_height MDIconButton: icon: 'magnify' MDTextField: id: search_field hint_text: 'Search' on_text: app.searchQuery(self) : id: spinner size_hint: None, None size: dp(46), dp(46) pos_hint: {'center_x': 0.5, 'center_y': 0.5} active: False : size_hint_y: None height: dp(56) spacing: '10dp' pos_hint: {'center_x':0.45, 'center_y': .1} Widget: MDFloatingActionButton: icon: 'plus' opposite_colors: True elevation_normal: 8 md_bg_color: [0.941, 0, 0,1] on_press: app.root.ids.scr_mngr.current = 'create' on_press: app.clear_composer() : id: cpyButton color: 0,0,0,1 background_color: (0,0,0,0) center_x: self.parent.center_x * 2 - self.parent.parent.padding[0]/2 center_y: self.parent.center_y on_press:app.root.ids.sc14.copy_composer_text(self) Image: source: './images/copy_text.png' center_x: self.parent.center_x center_y: self.parent.center_y size: 20, 20