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

Commit ec20a2d6 authored by Dan Sandler's avatar Dan Sandler Committed by Daniel Sandler
Browse files

Remove references to nonexistant @android:string/ellipsis.

Also remove the symbol so nobody else accidentally depends
on it. (See change I51a6cb90 for reasons.)

Bug: 21071408
Change-Id: I2f4e5fcf859772fe636cee8be385590f54836ef7
parent 59c15e30
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -132,7 +132,7 @@
            android:ellipsize="end"
            android:ellipsize="end"
            android:visibility="gone"
            android:visibility="gone"
            android:layout_weight="1"
            android:layout_weight="1"
            android:text="@android:string/ellipsis"
            android:text="@android:string/notification_inbox_ellipsis"
            />
            />
        <FrameLayout
        <FrameLayout
            android:id="@+id/inbox_end_pad"
            android:id="@+id/inbox_end_pad"
+4 −0
Original line number Original line Diff line number Diff line
@@ -4127,4 +4127,8 @@
    <!-- Content description for the button that closes the floating toolbar overflow. [CHAR LIMIT=NONE] -->
    <!-- Content description for the button that closes the floating toolbar overflow. [CHAR LIMIT=NONE] -->
    <string name="floating_toolbar_close_overflow_description">Close overflow</string>
    <string name="floating_toolbar_close_overflow_description">Close overflow</string>


    <!-- Ellipsis character to appear in notification templates, e.g.
         notification_template_material_inbox.xml.
         DO NOT TRANSLATE -->
    <string name="notification_inbox_ellipsis">\u2026</string>
</resources>
</resources>
+1 −2
Original line number Original line Diff line number Diff line
@@ -443,8 +443,6 @@
  <java-symbol type="string" name="app_running_notification_text" />
  <java-symbol type="string" name="app_running_notification_text" />
  <java-symbol type="string" name="delete" />
  <java-symbol type="string" name="delete" />
  <java-symbol type="string" name="deleteText" />
  <java-symbol type="string" name="deleteText" />
  <java-symbol type="string" name="ellipsis_two_dots" />
  <java-symbol type="string" name="ellipsis" />
  <java-symbol type="string" name="grant_permissions_header_text" />
  <java-symbol type="string" name="grant_permissions_header_text" />
  <java-symbol type="string" name="list_delimeter" />
  <java-symbol type="string" name="list_delimeter" />
  <java-symbol type="string" name="menu_delete_shortcut_label" />
  <java-symbol type="string" name="menu_delete_shortcut_label" />
@@ -2277,4 +2275,5 @@
  <java-symbol type="bool" name="config_supportDoubleTapWake" />
  <java-symbol type="bool" name="config_supportDoubleTapWake" />
  <java-symbol type="drawable" name="ic_perm_device_info" />
  <java-symbol type="drawable" name="ic_perm_device_info" />
  <java-symbol type="string" name="config_radio_access_family" />
  <java-symbol type="string" name="config_radio_access_family" />
  <java-symbol type="string" name="notification_inbox_ellipsis" />
</resources>
</resources>