HackForEquality / android-app

An Android application created by the HackForEquality
MIT License
1 stars 9 forks source link

Notifications screen (with no logic so far, just the view) #10

Closed josmas closed 9 years ago

josmas commented 9 years ago

This is just the Screen; made in the style of the iOS app. It's hooked to the drawable on top right in the camera view. That drawable needs changing.

It also contains configuration for butterknife.

@vladoatanasov if you can have a look, that would be great; thanks!

vladoatanasov commented 9 years ago

Left a comment about butterknife's @ OnClick annotation for future reference.

josmas commented 9 years ago

@vladoatanasov makes sense to use the library throughout! Will do some refactoring later. Thanks for the heads up.