kmalmur

Results 8 comments of kmalmur

Hi, thanks for the quick response. Yes, I think the problem seems to be related to the SlidingMenu problems. Here is the issue on GitHub: https://github.com/jfeinstein10/SlidingMenu/issues/680 Below are the screenshots...

That's pretty odd. Below is the screen from my Genymotion machine. Try to use my APK (I've just added it to the fork). We will see if the difference is...

The differences I've noticed are: - buildToolsVersion: my is 21.1.1, your is 19.1.0 - targetSdkVersion: my is 21, your is 17 (it comes out of decompilation) As for the appcompat,...

@SpecialCyCi Thanks a lot for your help. Now it works fine. Below is the complete method definition from class ResideMenu: ``` @Override protected boolean fitSystemWindows(Rect insets) { // Applies the...

yes, I see, it is hard to do it more generic. Maybe this workaround? ``` @Override protected boolean fitSystemWindows(Rect insets) { // Applies the content insets to the view's padding,...

voting this up. The issue is still there and is quite painful when switching between branches. Any plans to fix this?

I found a solution for this. The addon is using `anyconfig` python module, which now only works with Python 3.X. This addon is working with python 2.7. So I just...