In my case, android:layout_width="@dimen/abc_action_bar_progress_bar_size" was set but @dimen/abc_action_bar_progress_bar_size "was private". So instead of complaining about not having access to it, it apparently silently removed it, to complain about it missing later.