Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9fa112fb authored by Evan Laird's avatar Evan Laird
Browse files

[Statusbar] Hide operator name by default; fix paddings

There are three main fixes here, all relating to the improper layout of
the clock on the home-screen status bar:

1. The OperatorNameView is now getting inflated by default by Dagger,
   which is fine. But it was never hidden. This change makes it GONE by
   default so it does not push the clock over unnecessarily

2. For some reason, the left-side padding was 2x the right side padding
   for the status bar contents. Made them equal

3. Reduced the embedded left-side clock padding that is read by
   Clock.java from 7dp -> 4dp. This makes the clock align more with the
   battery. They're off by only one pixel now!

This entire area is under construction, so it makes sense to manually
tune things for now. In general though we will be looking at making
these layouts more programmatically-correct rather than requring
screenshot analysis.

Test: manual; comparing screenshots
Bug: 322779840
Flag: NONE
Change-Id: Iaf0784d7f39b26c5f94f4ceae5bcc56732344831
parent e3b7288b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment