pocheshire / BottomNavigationBar

Bottom Navigation Bar for Xamarin
214 stars 70 forks source link

Resources.GetColor obsolete #46

Open alikrc opened 7 years ago

alikrc commented 7 years ago

Since "Resources.GetColor" static method obsolete following method should be used:

"Resources.GetColor(Resource.Color.colorAccent, Theme)" -> "new Android.Graphics.Color(ContextCompat.GetColor(this, Resource.Color.colorAccent))"

Sorry i couldnt make a pull request. In code can someone change this ?