J'ai fait comme ci-dessous dans xml
<TableRow>
<TextView android:id="@+id/address1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="left"
android:maxLines="4"
android:singleLine="false"
android:text="Johar Mor, Gulistan-e-Johar, Karachi" >
</TextView>
</TableRow>
Cela ne fonctionne pas pour multiline
, et j'utilise TableLayout
...
alors quelle erreur je fais ici?