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

Commit a863368c authored by Chiao Cheng's avatar Chiao Cheng
Browse files

Moving quick contact resources into common.

Bug: 6993891
Change-Id: I23d0f0f0a3df2994087a386f26a0d73e116faeae
parent 396911f2
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -705,4 +705,19 @@ a ren't members of any other group. [CHAR LIMIT=25] -->
    <!-- The menu item to bulk import or bulk export contacts from SIM card or SD card.  [CHAR LIMIT=30]-->
    <string name="menu_import_export">Import/export</string>

    <!-- String describing the button to send a text message on quick contact.

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
              [CHAR LIMIT=NONE]
    -->
    <string name="description_send_message">Send message to <xliff:g id="name">%1$s</xliff:g></string>

    <!-- String describing the text for a phone number in quick contact.

        Note: AccessibilityServices use this attribute to announce what the view represents.
              This is especially valuable for views without textual representation like ImageView.
    -->
    <string name="description_dial_phone_number">Dial phone <xliff:g id="name">%1$s</xliff:g></string>

</resources>