ulohani90
Results
2
issues of
ulohani90
Hi , I am using this library in my project . I am using a viewpager in which I am adding fragments which have the fading actionbar effect on scroll....
I am using the same logic but getActionBarIcon() returns null. Actually android.R.id.home as a imageview is returning null. @TargetApi(Build.VERSION_CODES.HONEYCOMB) private ImageView getActionBarIconView() { ``` if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) { return...