android - Last word in toolbar title is sometimes displayed with delay and sometimes is not displayed at all. -
    i have problem toolbar. have textview included in toolbar changed each time change page in viewpager. however, in 10% case text not displayed correctly. full title this: "userxx should pay" shows "userxx should" , "pay" displayed delay (cca. 800ms). "pay" not displayed @ all. have no clue might cause problem. tried use default toolbar title instead of including textview toolbar. change last word replaced elipsize (...). here toolbar structure:   <android.support.design.widget.appbarlayout             android:id="@+id/vappbar"             android:layout_width="match_parent"             android:layout_height="wrap_content"             android:fitssystemwindows="true"             android:theme="@style/apptheme.appbaroverlay">              <android.support.design.widget.collapsingtoolbarlayout                 android:id="@+id/vcollapsingtoolbar"                 android:layout_wi...