You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- COMPLETED (5) Within bools.xml in the portrait specific directory, add a bool called use_today_layout and set it to false --> <bool name="use_today_layout">true</bool>
in /res/values-port/bools.xml
In the comment it says set it to false , in the actual answer its true
while in /res/values/bools.xml <bool name="use_today_layout">false</bool> <!-- COMPLETED (3) Add a bool called use_today_layout and set it to false -->
its also set to false !
The text was updated successfully, but these errors were encountered:
<!-- COMPLETED (5) Within bools.xml in the portrait specific directory, add a bool called use_today_layout and set it to false --> <bool name="use_today_layout">true</bool>
in /res/values-port/bools.xml
In the comment it says set it to false , in the actual answer its true
while in /res/values/bools.xml
<bool name="use_today_layout">false</bool> <!-- COMPLETED (3) Add a bool called use_today_layout and set it to false -->
its also set to false !
The text was updated successfully, but these errors were encountered: