2010-10-16 2 views

Répondre

2
TextView text = new TextView(context); 
text.setGravity(Gravity.LEFT|Gravity.TOP); 

La classe Gravity appartient au package android.view.

Questions connexes