Dragger
Dragger copied to clipboard
Animate your activity!
Hello, I get this error randomly in my log files, do you have any idea why does it happen? Thanks. > Fatal Exception: java.lang.IllegalArgumentException: pointerIndex out of range pointerIndex=-1 pointerCount=1...
Did the exact thing as mentioned in the brief documentation. There is a flicker just before the activity comes up in the slide to right animation. Any suggestions?
My `minSdkVersion` is 21 and `targerSdkVersion` is 27. Will this work with my project ? About 1 month ago tried to use this in my project. And when gradle build...
I'm using databindings on my project when I use on a DraggerActivity ``` DataBindingUtil.setContentView(this, R.layout.my_layout); ``` instead ``` setContentView(R.layout.my_layout); ``` I got ``` Caused by: java.lang.RuntimeException: view tag isn't correct...
I get this exception when I try to build project. I have posted it on stackoverflow [](https://stackoverflow.com/questions/48419971/java-lang-noclassdeffounderror-dagger-provides). I am posting it here as well for help. I am stuck at...
using appcompat-v7:23.1.0 I'm able to DRAG bottom always. ``` java protected void onCreate(@Nullable Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.dragger_layout); setDraggerPosition(DraggerPosition.LEFT); ``` ``` xml ... ``` When dragging bottom the shadow_view is...
Hi, how can i disable animation when i opening activity or panel? i want to have animation of swipe to close when i want to close activity or panel, Thanks
Is there a way to define the width of the edge (to slide)? Currently I am able to drag and close activity from any part of the screen. If edge...
hello dear. tnx for ur amazing library , but i have a problem. 1- I open activity 1, (dragger activity), and in activity 1, i open activity 2 (AppCompatActivity activity),...
Hi thanks for the library :) would you please help me on how to create a custom size activity with dragger? something like popup! I changed the width and height...