zeldomar
zeldomar
> enableAapt2 was removed from the later versions of Android Studio / Gradle plugin. It's ignored, so AAPT2 is always used regardless of this option. > > There is no...
> I just manually applied the diffs from that patch to my local copy of vanilla cardslib Thanks for the reply, it gives me hope for my application :) It...
> @zeldomar Here's a brief summary... @ajburley It's worked, thank you so so much !
> Hello @ajburley, I'm new to GIT. How can I add oplarshad's fork of cardslib to my Android Studio project? Thank you! Hello bluish5, Did you finally find a solution...
> Fixed issue #566 opened 16 days ago by @gipsyblues > +Upgraded to the latest available sdks & library as per the requirement of Android Studio Version. 3.0.3 > +Refactored...
> Here is the work around that I used to resolve this issue. > > Create a handler and add the following into the ConnectHandler platformView.VerticalScrollBarEnabled = true; platformView.ScrollBarStyle =...
> I found a nice workaround. Instead of CollectionView i use [DevExpress CollectionView](https://docs.devexpress.com/MAUI/403324/collection-view/index) Scrollbar is visible, also performance is better in scrolling Are you sure that DevExpress.CollectionView offers fast scrolling?
> > > I found a nice workaround. Instead of CollectionView i use [DevExpress CollectionView](https://docs.devexpress.com/MAUI/403324/collection-view/index) Scrollbar is visible, also performance is better in scrolling > > > > > >...
> Yes confirmed with a local install, that is sufficient. Hi. How to fix the problem yourself locally please? Thanks