SimpleCustomTabs icon indicating copy to clipboard operation
SimpleCustomTabs copied to clipboard

Android Library made to use custom tabs without going crazy!

Results 2 SimpleCustomTabs issues
Sort by recently updated
recently updated
newest added

Using the latest version of the library in my app, which is targeting 7.1.1 and latest Google Play Services and support v7/v4 libraries. ``` FATAL EXCEPTION: main Process: com.ssrij.warnindia, PID:...

I have a drawable, ic_arrow_back, which is simply a back button icon and I am setting it as `style.setCloseButton(R.drawable.ic_arrow_back);` but it does not get applied, I still see the X...