easycheese
easycheese
FYI lazy loading of tabs gets rid of this problem. Example nested tab group in tab 3 ``` Tab 1 details Tab 2 details Test3-1 Test3-2 ```
It just happened on ic_filter as well. On Fri, Feb 5, 2016, 05:24 igorsousa-b [email protected] wrote: > Same happens to me. Generating an ic_list with 48dp generates a solid >...
You are right, I misunderstood the reason for the mipmap folder. On Jul 13, 2015 09:44, "Andy Horner" [email protected] wrote: > I believe only the Launcher icon (ic_launcher) should be...
Same here. AS 0.9.0
To be specific, the FAB is there but it doesn't disappear on scrolling events.
I ran into the same thing but I just needed to update the firebase lib to 8
I submitted a pull request that takes care of it for my app if you use the getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION); Method of adding translucency. I couldn't seem to get anything to...
Check out the merge request from issue 31: Here is the code commit: int translucentLolliPop = activity.getWindow().getDecorView().getSystemUiVisibility(); boolean isTranslucentLolliPop = (translucentLolliPop== View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION); ``` if (isTranslucent || isTranslucentLolliPop) { ``` ......
I think you misunderstood. Right now, with color diff, the left side is always green (or red). ``` Existing: Item added Left: Red Right: Green Item Removed Left: Red Right...
I've never used a differential tool that doesn't have this capability... On Wed, Nov 2, 2016, 16:31 laurenblackfox [email protected] wrote: > I think he's misunderstanding the function of diff. Diff...