fixed CQ for bitmessagekivy.mpybit module part6

This commit is contained in:
surbhicis 2020-07-09 17:32:19 +05:30
parent ec4fa74905
commit 57dcec9b2a
Signed by untrusted user: surbhicis
GPG Key ID: 48A8C2D218DE7B0B

View File

@ -1080,24 +1080,31 @@ class Payment(Screen):
payloadLengthExtraBytes))
toast('hidden payment address Creating for buying subscription....')
class Category(BoxLayout, RectangularElevationBehavior):
elevation_normal = .01
class ProductLayout(BoxLayout, RectangularElevationBehavior):
elevation_normal = .01
class PaymentMethodLayout(BoxLayout):
pass
class ListItemWithLabel(OneLineAvatarIconListItem):
pass
class RightLabel(IRightBodyTouch, MDLabel):
pass
class HomeScreen(Screen):
pass
class Credits(Screen):
"""Credits Method"""
@ -2298,6 +2305,7 @@ class NavigateApp(MDApp):
self.root.ids.sc3.children[1].ids.txt_input.text = text
self.root.ids.scr_mngr.current = 'create'
class GrashofPopup(Popup):
"""Moule for save contacts and error messages"""
@ -2412,9 +2420,11 @@ class GrashofPopup(Popup):
text = "Some data encoded in the address is malformed."
return text
class InfoLayout(BoxLayout, RectangularElevationBehavior):
pass
class AvatarSampleWidget(ILeftBody, Image):
"""Avatar Sample Widget"""