[UPDATE]
I solve the problem by adding addHeaderView :
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
Put a TextView above a ListView, and wrap it inside a vertical LinearLayout . Give to your ListView android:layout_weight="1" and android:layout_height="0dip"
TextView
ListView
LinearLayout
android:layout_weight="1"
android:layout_height="0dip"