rameshchavan / dashclock

Automatically exported from code.google.com/p/dashclock
0 stars 0 forks source link

DPI change prevents lockscreen widget collapse #264

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Setting a custom DPI prevents the lockscreen widget from collapsing into the 
compact view. 

I'm not entirely sure how the widget decides which view to display, but my 
guess is something along the lines of the number of vertical display pixels 
that it's allotted for rendering. I'm not sure if there's any way for the app 
to detect if it's in the expanded notification or not, so do whatever is 
possible?

And I realize this really isn't a pressing issue, but it's a fairly obvious 
graphical bug I've noticed.

Original issue reported on code.google.com by wiiareon...@gmail.com on 22 Feb 2013 at 7:10

GoogleCodeExporter commented 8 years ago
Detecting expanded mode relies on size calculations so changing your DPI would 
definitely not work

Original comment by romannu...@google.com on 22 Feb 2013 at 12:42