johannilsson / android-actionbar

DEPRECATED Android Action Bar Implementation
1.31k stars 564 forks source link

I added a very simple action that executes an abstract method "clicked". This means that the "clicked()" method must be implemented for the ButtonAction action. #37

Open ghost opened 13 years ago

ghost commented 13 years ago

Added ButtonAction that executes a method "clicked()" when pressed instead of IntentAction that starts an entire new Intent.