Note that there are some explanatory texts on larger screens.

plurals
  1. USpeetsnack
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COTo whit, all I did was find the pixel centerpoint where I wanted the animation to rotate on top of my background in my raw image file, and then get the ratio of that over the pixel size of the whole image.
      singulars
    2. COI got it figured out. The problem was that I was tracking the status of the expanded view in both the adapter and the view holder. Once I added a boolean array into the adapter class and then used that to determine the state of the views, the app started doing stranger stuff, and when I removed the visibility boolean from the view holder, it worked perfectly. Thank you so much for your help. Making me try a simple cursor adapter led me to really look at how the getView()/newView()/bindView() system works, and made me really take a hard look at where the objects were coming from.
      singulars
    3. COThose are for the position of the centerpoint of the overlay in relation to the background drawable. The pivotYValue is at 0.5060137457044674f, or 50%ish of the height of the drawable, thus the center. The pivotXType is at 33%ish of the width of the drawable, thus to the left of center. If you wanted it to the right of the center, then you would make it 66%ish. I had to do it that way because you will never know exactly what size the drawable or overlay will be once it is put up as pixels on the screen, but you will always know their sizes relative to each other.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload