Side-Menu.Android
Side-Menu.Android copied to clipboard
Side menu with some categories to choose.
Hi I have a question , that how can to set Listener for each drawer items , for example i want when i clicked on book icon it guide me...
kotlin **var bitmap = Bitmap.createBitmap(containerView.width,** containerView.height, Bitmap.Config.ARGB_8888); var canvas = Canvas(bitmap) containerView.draw(canvas) bitmaps = bitmap
changed a few lines to make the sidebar menu RTL. changed some angles in ViewAnimator in Library folder and added rtl for acitivty_main.xml
Updated version and added androidx support.
If I change navigation drawer gravity End then it is working. but animation are as per left gravity. How can I change animation also from right to left?
i have this error in the monitor : - W/APM_AudioPolicyManager: getInputForAttr() failed opening input: samplingRate 16000, format 1, channelMask 10 -com.google.android.googlequicksearchbox:search E/AudioRecord: Could not get audio input for session 929,...
how to open drawer by default? i am unable to open drawer by default
Hello, i can't find the way to change the color of the arrow animation, I need it to be white.. I would really appreciate if you could help me with...