AziziMusa

Results 11 issues of AziziMusa

Can you some example of how to do it? Because I wanted to implement dragging of the children to set their position.

If we doing like this "**Search {fa-search}**" there is no way to only make the icon appear larger without setting the whole text including icon larger. What i wanted is,...

enhancement

Default zoom setting is already 0. But why it still zooming like 2x level. How do i completely disable zoom?

When I'm on page 1, the click execute 1 time, when on page 2, i click once, and then it auto execute 2 times. Why this is happening ? see...

My app always crash whenever I using myTour.next(). I define it like this : ``` TourGuide first_tour = TourGuide.init..... ... ... first_tour.playOn(view); TourGuide second_tour = TourGuide.init..... ... ... second_tour.playLater(view); ```...

question
fixed-on-next-update

I have setup TourGuide inside fragment, the problem is. When I press hardware back button, the layout is change and TourGuide is overlay with current layout.

question

How to implement icon for both expand and collapse action ?

Hi. Is it possible to reduce the increment of progress by make it slow ?

Hi, I would like to set donutprogress with no text inside it. Only circle. I try using ``` custom:donut_prefix_text="" custom:donut_suffix_text="" custom:donut_text="" ``` But the number progress inside it still showing.

I'm extending BaseSliderView and instead of **bindEventAndShowPicasso(v, target);** I'm replacing it with **bindEventShowGlide(v, target);** But when running my program. Fatal error occured. Below are the details : `FATAL EXCEPTION: main...

bug
enhancement
question