-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
font sizes broken #30
Comments
Hi Efreak, What are these "funny things" that happen? Are you using any module that adds text to the clock? Those may interfere too. When you disable seconds option. The font size should still remain the same as when it is enabled. Your format string is working correctly. I have tried ClockColorChange and it is working perfectly. So the only other problem possible is another module changing the clock every time the clock "officially" refreshes. I am very busy and I might take quite some time create that clock color to indicate battery. It'll be better to ask in the Xposed Modules XDA thread to see if anyone can make it. I'm sure they'll do it faster than me. Regards, |
With the seconds option enabled, the font size flickers occasionally. It looks like maybe it flickers when the time changes. I wasn't saying you should add font color options, I actually love your battery bar, which is more useful than a color changing clock would be (and more fun to watch, with the animation). I just like thinking of ways to make things better. |
Clock font size customization no longer works. Currently running cyanogenmod nightly (latest). It does funny things if I enable the seconds option, but with it disabled, the font is the default size.
My custom format string is:
'<small>'E '</small><big>'h:mm'</big><small><small>' '<small>'a'</small></small></small>'
Note: I am also running clock color changer to change the status bar text color when I disconnect from the internet. This may be interfering, although if I enable seconds option and disconnect from Wi-Fi the color changes just fine without messing up the font sizes, so I think this isn't the issue. It also seems like it might be an interesting feature to add. So would changing the color to indicate battery charge for those who don't want to use your awesome battery bar.
The text was updated successfully, but these errors were encountered: