zst123 / XuiMod

Xposed: Small Collection of Unique Features - ListView Animation, BatteryBar, SecondsClock and more.
https://forum.xda-developers.com/xposed/modules/mod-xuimod-v2-3-listview-anim-t2477558
28 stars 28 forks source link

font sizes broken #30

Open Efreak opened 10 years ago

Efreak commented 10 years ago

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.

zst123 commented 10 years ago

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, zst123

Efreak commented 10 years ago

With the seconds option enabled, the font size flickers occasionally. It looks like maybe it flickers when the time changes. The only clock mods I'm using are xblast tools (for center clock), your clock mods, and clock color changer. If you're not having the issue, it's possible that it's a glitch with the nightly, or even just my dropping my tablet one to many times. I'm nut sure how long it's been happening, as I usually have expanded desktop enabled and can't see the clock at all.

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.