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

Commit 3e8d52b5 authored by Gabriele M's avatar Gabriele M
Browse files

Use density independent units for the timer digits for sw360dp

When using scale-independent units, the text is scaled by the user's
font size preference. Since the digits are already big enough to
almost use all the space available, increasing their size simply
pushes part of the text beyond the visible area.

BUGBASH-300

Change-Id: Ibdde29505bf9b11cd0caf7f500c9af8f9fdfcbca
parent 5fef2c62
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,5 +21,5 @@
-->
-->
<resources>
<resources>
  <dimen name="circle_size">232dip</dimen>
  <dimen name="circle_size">232dip</dimen>
  <dimen name="timer_setup_font_size">48sp</dimen>
  <dimen name="timer_setup_font_size">48dp</dimen>
</resources>
</resources>
+1 −1
Original line number Original line Diff line number Diff line
@@ -17,5 +17,5 @@
<resources>
<resources>
    <dimen name="big_font_size">70sp</dimen>
    <dimen name="big_font_size">70sp</dimen>
    <dimen name="main_clock_font_size">80sp</dimen>
    <dimen name="main_clock_font_size">80sp</dimen>
    <dimen name="timer_setup_font_size">56sp</dimen>
    <dimen name="timer_setup_font_size">56dp</dimen>
</resources>
</resources>
 No newline at end of file