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

Commit 8fb569e8 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 34e13d90: Update transient navigation confirmation logic.

* commit '34e13d90':
  Update transient navigation confirmation logic.
parents 61c9706b 34e13d90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@
*/
-->
<resources>
    <item type="string" name="hiding_navigation_confirmation_message">@string/hiding_navigation_confirmation_message_long</item>
    <item type="string" name="transient_navigation_confirmation">@string/transient_navigation_confirmation_long</item>
</resources>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@
*/
-->
<resources>
    <item type="string" name="hiding_navigation_confirmation_message">@string/hiding_navigation_confirmation_message_long</item>
    <item type="string" name="transient_navigation_confirmation">@string/transient_navigation_confirmation_long</item>
</resources>
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -4313,4 +4313,9 @@
        <item quantity="other">Incorrect PIN. Try again in <xliff:g id="count">%d</xliff:g> seconds.</item>
    </plurals>

    <!-- Toast bar message when hiding the transient navigation bar [CHAR LIMIT=35] -->
    <string name="transient_navigation_confirmation">Swipe edge of screen to reveal bar</string>

    <!-- Longer version of toast bar message when hiding the transient navigation bar (if room) -->
    <string name="transient_navigation_confirmation_long">Swipe from edge of screen to reveal system bar</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -870,6 +870,8 @@
  <java-symbol type="string" name="restr_pin_enter_pin" />
  <java-symbol type="string" name="write_fail_reason_cancelled" />
  <java-symbol type="string" name="write_fail_reason_cannot_write" />
  <java-symbol type="string" name="transient_navigation_confirmation" />
  <java-symbol type="string" name="transient_navigation_confirmation_long" />

  <java-symbol type="plurals" name="abbrev_in_num_days" />
  <java-symbol type="plurals" name="abbrev_in_num_hours" />
+0 −6
Original line number Diff line number Diff line
@@ -503,10 +503,4 @@
    <string name="status_bar_help_title">Notifications appear here</string>
    <!-- Body of help text shown when the notification panel is pulled down for the very first time. [CHAR LIMIT=NONE] -->
    <string name="status_bar_help_text">Access them anytime by swiping down.\nSwipe down again for system controls.</string>

    <!-- Toast bar message when hiding the navigation bar -->
    <string name="hiding_navigation_confirmation_message">Swipe edge of screen to reveal bar</string>

    <!-- Longer version of toast bar message when hiding the navigation bar (if room) -->
    <string name="hiding_navigation_confirmation_message_long">Swipe from edge of screen to reveal system bar</string>
</resources>
Loading