I have a TextView set to ellipsize but when I put the text in it doesn\'t do so. Any ideas?
I think you need to specify an absolute width for it to work.
android:layout_width="100dip"
or
android:layout_width="fill_parent"