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

Commit a55205bc authored by Chris Göllner's avatar Chris Göllner
Browse files

Improve status bar icons readability on high res ldpi displays

The first step was already done in ag/34235774, by scaling up most of
the status bar dimen resources.

In tha CL we forgot to also scale up "status_bar_icon_scale_factor" by
2x.

Test: adb shell wm size 1080x1920 && adb shell wm density 90
      adb shell 'stop;start'
Bug: 413620149
Bug: 420905041
Flag: EXEMPT only flaggable with a read-only flag
Change-Id: I45ff6e278252a3866c590d96a9dd18e9cef4c8d1
parent ea8e96ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@
    <dimen name="status_bar_system_icon_spacing">0sp</dimen>

    <!-- The amount to scale each of the status bar icons by. A value of 1 means no scaling. -->
    <item name="status_bar_icon_scale_factor" format="float" type="dimen">1.0</item>
    <item name="status_bar_icon_scale_factor" format="float" type="dimen">2.0</item>

    <!-- End margin for the RSSI status icon of a device connected via bluetooth. -->
    <dimen name="status_bar_connected_device_signal_margin_end">32dp</dimen>