Reputation: 380
I making a tab code , and reusing the same code from past application.
and after updating api 21 the issue coming to this.
The type ActionBar.Tab is deprecated.
import android.support.v7.app.ActionBar.Tab;
what should be solution ?
Upvotes: 0
Views: 1728