PomepuyN / discreet-app-rate

A lightweight non intrusive app rate reminder for Android
http://nicolaspomepuy.fr/non-intrusive-app-rate
Apache License 2.0
464 stars 51 forks source link

Show AppRate from top #1

Closed kozaxinan closed 10 years ago

kozaxinan commented 10 years ago

AppRate can be shown at top of screen.

PomepuyN commented 10 years ago

Great idea. However, due to what I have in mind for the future, I would like to avoid having too much xml layouts. I will merge your pull request but I will also modify the code to change the anchor programmatically.

kozaxinan commented 10 years ago

I aggre with you. It should be simple. (less xml is better). But after i use your library, first thing i want is fromTop feature :) Thanks

PomepuyN commented 10 years ago

Ok. I just made the changes. I had to reorder some things (animations were inverted for example). Could you please try the sample to tell me if I did it right? https://drive.google.com/file/d/0BwahQ-lq57FGVHhvWjM3Z0tadEk/edit?usp=sharing

kozaxinan commented 10 years ago

I works Perfect. Thanks