Andy Horner
Andy Horner
I believe only the Launcher icon (`ic_launcher`) should be in the mipmap folders. I have a hard time finding a case where someone would want to use a single material...
:+1: I've noticed this too from 2.3.2 to 2.3.3
I know this is an old issue, but the problem still exists.
@foxcpp @emersion This seems like a reasonable (and more flexible) request. I will make some changes.
@emersion @foxcpp I've made some changes to generalize the raw search functionality. Originally I had Raw as a `map[string][]interface{}` but this made testing and repeatability tricky as Maps in Go...
Actually I don't think this will work. As is my current approach adds parenthesis around the value which Gmail doesn't interpret as a good command. ``` UID SEARCH CHARSET UTF-8...
I've pushed up a better solution that I'm happy with.
I also have this issue using the SlidingFragmentActivity which extends ActionBarActivity. I'm so glad I found this, I was starting to think I was going crazy. Nexus 5 running the...
I implemented a temporary fix. It's not perfect but it does the job. It sets bottom padding on both the content frame and behind menu. ``` java private int getNavigationBarHeight()...