Modify Select Account Dialog to align with UI mocks.
+ Additional line for the phone number
+ Support optional title (for phone calls it will be titled "Call With")
+ Tweaks to make it more visually appealing.
Bug: 18204058
Change-Id: Ie2c0fce0b20cf5e889cb17254bc6462ed4fb6438
diff --git a/res-common/values/strings.xml b/res-common/values/strings.xml
index 9713762..c2413b2 100644
--- a/res-common/values/strings.xml
+++ b/res-common/values/strings.xml
@@ -769,4 +769,6 @@
<!-- Label for the check box to toggle default sim card setting [CHAR LIMIT=35]-->
<string name="set_default_account">Always use this for calls</string>
+ <!-- Title for dialog to select Phone Account for outgoing call. [CHAR LIMIT=40] -->
+ <string name="select_phone_account_for_calls">Call with</string>
</resources>