Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
am c67a3c2: Add message button is not titled in "Messaging widget" un…
Browse files Browse the repository at this point in the history
…der lock screen

* commit 'c67a3c2dc3504c992aa6cc6bedf8f618981c26c8':
  Add message button is not titled in "Messaging widget" under lock screen
  • Loading branch information
Tom Taylor authored and Android Git Automerger committed Nov 8, 2012
2 parents cd600c4 + c67a3c2 commit 1664fb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions res/layout/widget.xml
Expand Up @@ -64,6 +64,7 @@
android:layout_height="wrap_content"
android:src="@drawable/ic_menu_msg_compose_holo_dark"
android:background="?android:attr/selectableItemBackground"
android:contentDescription="@string/new_message"
android:paddingLeft="4dip"
android:paddingBottom="4dip" />
</LinearLayout>
Expand Down
3 changes: 2 additions & 1 deletion res/values/strings.xml
Expand Up @@ -22,7 +22,8 @@
<!-- The name of the SMS/MMS app as it appears to the user in the Home screen, task switcher, etc. -->
<string name="app_label">Messaging</string>

<!-- Command name to open a Compose screen; displays in conversation list -->
<!-- Command name to open a Compose screen; displays in conversation list.
Also used as accessibility text for widget's new message button -->
<string name="new_message">New message</string>
<!-- Context menu item on an individual message for dialing the sender's phone number -->
<string name="menu_call_back">Call <xliff:g id="name">%s</xliff:g></string>
Expand Down

0 comments on commit 1664fb9

Please sign in to comment.