android:ellipsize="middle" doesn't seem to work with multiple lines on Android 4.0 and later. you could try the following which will work, however you only have the one line. Add the following to your textview.
android:ellipsize="middle"
android:singleLine="true"