Skip to content

Instantly share code, notes, and snippets.

@bjorncoltof
Created April 13, 2014 19:07
Show Gist options
  • Select an option

  • Save bjorncoltof/10597719 to your computer and use it in GitHub Desktop.

Select an option

Save bjorncoltof/10597719 to your computer and use it in GitHub Desktop.
StylablePagerTabStrip (initial)
public class StylablePagerTabStrip : Android.Support.V4.View.PagerTabStrip
{
public StylablePagerTabStrip(Context context, IAttributeSet attrs)
: base(context, attrs)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment