From 7f660d958a20ed0efe3f6fc05e81d36fedea7ef2 Mon Sep 17 00:00:00 2001 From: Richard MacGregor Date: Wed, 27 Jan 2016 16:00:45 -0800 Subject: Various CallMethodInfo tweaks - Default SIM - List of SIMs - Emergency only Change-Id: I3ab6d9394505fd2b000ed80aebf56be38c7bfa42 --- res/drawable/ic_nosim.xml | 30 ++++++++++++++++++++++++ res/layout/call_method_spinner_dropdown_item.xml | 2 +- res/values/cm_colors.xml | 1 + res/values/cm_strings.xml | 1 + 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 res/drawable/ic_nosim.xml (limited to 'res') diff --git a/res/drawable/ic_nosim.xml b/res/drawable/ic_nosim.xml new file mode 100644 index 0000000..e7e21b0 --- /dev/null +++ b/res/drawable/ic_nosim.xml @@ -0,0 +1,30 @@ + + + + + + + + \ No newline at end of file diff --git a/res/layout/call_method_spinner_dropdown_item.xml b/res/layout/call_method_spinner_dropdown_item.xml index 8506c3b..cbd6ca1 100644 --- a/res/layout/call_method_spinner_dropdown_item.xml +++ b/res/layout/call_method_spinner_dropdown_item.xml @@ -16,7 +16,7 @@ diff --git a/res/values/cm_colors.xml b/res/values/cm_colors.xml index 19f61d7..fb696e6 100644 --- a/res/values/cm_colors.xml +++ b/res/values/cm_colors.xml @@ -8,5 +8,6 @@ #f5a623 + #42000000 \ No newline at end of file diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 2979616..cfe53c4 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -24,6 +24,7 @@ No SIM card SIM %d + Emergency calls only "%1$s could not make this call. Is the number correct?" -- cgit v1.2.3