Skip to content
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

Battery icon text issue #992

Closed
tanimz2 opened this issue Mar 15, 2024 · 3 comments
Closed

Battery icon text issue #992

tanimz2 opened this issue Mar 15, 2024 · 3 comments

Comments

@tanimz2
Copy link

tanimz2 commented Mar 15, 2024

The text for the battery icon is too far to the right and not visible. Theme - ARKOS CARBON. Device - R351MP
battery icon

@christianhaitian
Copy link
Owner

christianhaitian commented Mar 15, 2024

Make sure to set the theme configuration correctly to 4:3

@mdeguzis
Copy link

mdeguzis commented May 28, 2024

Many themes don't have that option or have a "optimize for small screens" option that does little (like ES-THEME-ARKOS-CARBON). I have that same issue on the theme. It really is too far right in most cases and only needs to go over a smidge.

    <batteryIndicator name="batteryIndicator">
      <pos>0.955 0.0125</pos>
      <size>0.033 0.033</size>
      <incharge>./art/battery/incharge.svg</incharge>
      <full>./art/battery/full.svg</full>
      <at75>./art/battery/75.svg</at75>
      <at50>./art/battery/50.svg</at50>
      <at25>./art/battery/25.svg</at25>
      <empty>./art/battery/empty.svg</empty>
      <color>FFFFFFA0</color>
    </batteryIndicator>
    <batteryIndicator name="batteryIndicator" tinyScreen="true">
      <pos>0.915 0.013</pos>
      <size>0.07 0.07</size>
    </batteryIndicator>

I don't have edit permissions to the wiki. @christianhaitian is there a chance we can add some "how to edit/troubleshoot" themes? Not sure if there's a page on theme development?

mdeguzis added a commit to mdeguzis/es-theme-arkos-carbon that referenced this issue May 28, 2024
This pushes the battery display text to the left a bit so it is not cut off when double digits/triple digits. This is appropriate for small screen mode. I tested this on a rg353m (4:3, 3.5 inch screen). The help text at the bottom is a bit small, but I didn't see in `<!-- Layout when help is disabled -->` of the theme.xml in bump that up.

See related: christianhaitian/arkos#992
mdeguzis added a commit to mdeguzis/es-theme-arkos-carbon that referenced this issue May 28, 2024
This pushes the battery display text to the left a bit so it is not cut off when double digits/triple digits. This is appropriate for small screen mode. I tested this on a rg353m (4:3, 3.5 inch screen). The help text at the bottom is a bit small, but I didn't see in `<!-- Layout when help is disabled -->` of the theme.xml in bump that up.

See related: christianhaitian/arkos#992
@mdeguzis
Copy link

With the above change here is at 100%:

PXL_20240528_204401138.jpg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants