Soroush

Results 22 comments of Soroush

@iRoachie check this out https://gist.github.com/hatpick/eb061a0c27cd6dcb215cee0a88e10e1a

Also when activity gets destroyed, when it comes back, there is no background, any solution?

@RupalBarman-alation Add a tooltip and add your actions inside the tooltip, this way you don't have to worry about your buttons overlapping with other nodes and edges. This lib is...

How's quality (0-100) gets translated to dpi?!

In my experiments, quality doesn't make any difference, btw I had it set to 100, I too read the documentation!

Hey man, use app:met_primaryColor.

@boblauer I'm setting the mock date to 1000 ms which is 1 second after epoch. Date.now() returns real time which is much much bigger than 1000, it's easy to compare....

There is no competing mock for Date.now ```function now() { [native code] }```, it shows not mocked

directly, Date.now()

Date.toString is ```function Date() { [native code] }``` console.log(Date) is: ``` [Function: MockDate] { UTC: [Function: UTC], now: [Function (anonymous)], parse: [Function (anonymous)], toString: [Function (anonymous)] } ```