diff --git a/eventsapp/data/images/btn1.png b/eventsapp/data/images/btn1.png new file mode 100644 index 0000000..8c21b33 Binary files /dev/null and b/eventsapp/data/images/btn1.png differ diff --git a/eventsapp/uix/buttons/themebutton.py b/eventsapp/uix/buttons/themebutton.py index dc26fb6..7f62411 100644 --- a/eventsapp/uix/buttons/themebutton.py +++ b/eventsapp/uix/buttons/themebutton.py @@ -12,13 +12,14 @@ class ThemeButton(Button): - background_normal = StringProperty('data/images/btn.png') - background_down = StringProperty('data/images/btn.png') + background_normal = StringProperty('data/images/btn1.png') + background_down = StringProperty('data/images/btn1.png') Builder.load_string(''' : font_size: dp(12) border: 10, 10, 10, 10 + color: 0, 0, 0, 1 background_normal: root.background_normal background_down: root.background_down opacity: 1 if self.state == 'normal' else .9