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

Commit 3b61ee74 authored by axfordjc's avatar axfordjc
Browse files

is_small_screen_landscape resource

Intended to be used alongside the flag "lockscreen.enable_landscape" (b/293252410)

Bug: 293252410

Test: None
Change-Id: I02ba5884780eb511dac3ba5cdfbfbca0e6420f56
parent 2e75d1bb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@
    <!-- Only use small clock on lockscreen.
     True here because only small clock used on small devices in landscape -->
    <bool name="force_small_clock_on_lockscreen">true</bool>

    <!--  True when small screen (<sw600dp) is landscape. -->
    <bool name="is_small_screen_landscape">true</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -19,4 +19,7 @@
    <!-- Only use small clock on lockscreen.
     False here because large clock is allowed on large devices in landscape -->
    <bool name="force_small_clock_on_lockscreen">false</bool>

    <!--  True when small screen (<sw600dp) is landscape. -->
    <bool name="is_small_screen_landscape">false</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -63,4 +63,7 @@
    <!-- Only use small clock on lockscreen.
     False here because large clock used by default, unless otherwise specified -->
    <bool name="force_small_clock_on_lockscreen">false</bool>

    <!--  True when small screen (<sw600dp) is landscape. -->
    <bool name="is_small_screen_landscape">false</bool>
</resources>