Android - change custom title view at run time
问题 I am using a custom title view in my application for each activity. In one of the activities, based on button clicks I need to change the custom title view. Now this works fine every time when I make a call to setFeatureInt. But if I try to update any items in the custom title (say change the text of a button or a text view on the title), the update does not take place. Debugging through the code shows that the text view and button instances are not null and I can also see the custom title