hi! all
<TextView
android:id="@+id/msg"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="16sp"
android:textColor="#000000"
android:layout_weight="2"
android:ellipsize="end"
android:layout_marginLeft="8dip"
android:layout_below="@id/reply_createdAt"
android:layout_toRightOf="@id/reply_profileImage"/>
i have a message,its content is not fixed. users message should be displayed in this textview. when i give a static message it displays in multiline, but when i use this through my code it shows only online. It do not get wrapped.
i use inflater in code, used getter/setter to set its text
pls help, thanks