Mohammed Shahim
Mohammed Shahim
please consider adding support for RTL layouts. Now, we have to add both right and left padding to preserve spacing in both LTR and RTL layouts, which in turn throws...
I Applied MRL on a LinearLayout. I want to disable/enable clicks on that view using `view.setClickable(boolean)`. but the MRL seems to ignore that. So is there any way to enable/disable...
Morphing to a circular button is working as intended in my debug builds:  but as soon as I compile a release build, the button stops changing color and shape....
I got the following error whin I tried to pass in a `vectorDrawable` as the button's icon. The code works fine if I'm using a png image. FATAL EXCEPTION: main...
The GIF in the readme shows labels with different colors:  but I don't see any mention of how to do that. Please advise.
when I use `AppThemeMaterial` for the viewpager style, the `textColorPrimary` messes up a lot of layouts. for instance, the navigation drawer item's text color changed to white. While that was...
So I noticed a sort-of-bug : Suppose I have my Rosetta config defined as: Locale firstLaunchLocale = Locale.getDefault(); Locale baseLocale = Locale.US; HashSet supportedLocales = new HashSet(); supportedLocales.add(new Locale("ml")); supportedLocales.add(new...
I am getting the following error when trying to include the library: Error:(762) Attribute "ms_errorColor" already defined with incompatible format. Error:(687) Original attribute defined here. The first line is pointing...
My setup is UINavigationController > UITabbarController > UICollectionViewController. The pull to refresh works fine after following [#235](https://github.com/samvermette/SVPullToRefresh/issues/235) and [#141](https://github.com/samvermette/SVPullToRefresh/issues/141). When I drag down to refresh, the arrow appears fine, but...
It would be convenient to be able to set the minimum time that the user must hold it down in order for the pulltorefresh to be triggered. I say this...