Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge AndroidAnnotations article
  • Loading branch information
johanpoirier committed Jun 6, 2012
commit 0eb3dda3f827f13799ce4c4a7416aa7a5b627831
4 changes: 2 additions & 2 deletions _posts/2012-06-06-androidannotations.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class MyService extends IntentService {

L'utilisation de ces 2 annotations nous facilite la création et l'utilisation de widgets personnalisés.

- @EView permet de redéfinir un bouton par exemple :
- `@EView` permet de redéfinir un bouton par exemple :

{% highlight java %}
// ...
Expand All @@ -70,7 +70,7 @@ public class MyButton extends Button {
}
{% endhighlight %}

- @EViewGroup permet de définir un composant complet composé de plusieurs widgets dont des @EView :
- `@EViewGroup` permet de définir un composant complet composé de plusieurs widgets dont des @EView :

{% highlight java %}
// ...
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.