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

Commit e3de68e7 authored by Isaac Katzenelson's avatar Isaac Katzenelson
Browse files

Remove calendar controls from 7 inch portrait

Bug: 6399957 Nakasi: Action bar too crowded because of tabs. Use phone style drop down menu for portrait instead.
Change-Id: I1ff1fb741ed5bb49ea467a128d1bff2bc059b311
parent 65aba6aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- turn on/off the mini-calendar and calendar picker -->
    <!-- supported only for x-large devices  -->
    <bool name="show_calendar_controls">true</bool>
    <bool name="show_calendar_controls">false</bool>
    <!-- turn on/off month with agenda view -->
    <!-- not supported for X-large devices -->
    <bool name="show_agenda_with_month">false</bool>
+3 −0
Original line number Diff line number Diff line
@@ -12,6 +12,9 @@
-->
<resources
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- turn on/off the mini-calendar and calendar picker -->
    <!-- supported only for x-large devices  -->
    <bool name="show_calendar_controls">true</bool>
    <!-- when on, shows the event next to the agenda list,
         when off, shows the event on top of the agenda list after it was clicked. -->
    <bool name="show_event_details_with_agenda">true</bool>