From 0381f6c67540b8696a8a32851034ea588d7ab9d7 Mon Sep 17 00:00:00 2001 From: Sanket Padawe Date: Wed, 12 Nov 2014 12:41:35 -0800 Subject: UI changes for icons in sim settings + UI changes relate to displaying sim icons in sim settings + Correcting way to display phone number inside sim settings dialog Bug: 18356419 Change-Id: I1fe025fac52f20b607d4492b99cfef9588ec9416 --- res/drawable-hdpi/ic_live_help.png | Bin 0 -> 411 bytes res/drawable-mdpi/ic_live_help.png | Bin 0 -> 306 bytes res/drawable-xhdpi/ic_live_help.png | Bin 0 -> 463 bytes res/drawable-xxhdpi/ic_live_help.png | Bin 0 -> 635 bytes res/drawable-xxxhdpi/ic_live_help.png | Bin 0 -> 814 bytes res/layout/select_account_list_item.xml | 36 +++++++++++++++++++++++++------- 6 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 res/drawable-hdpi/ic_live_help.png create mode 100644 res/drawable-mdpi/ic_live_help.png create mode 100644 res/drawable-xhdpi/ic_live_help.png create mode 100644 res/drawable-xxhdpi/ic_live_help.png create mode 100644 res/drawable-xxxhdpi/ic_live_help.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_live_help.png b/res/drawable-hdpi/ic_live_help.png new file mode 100644 index 0000000..f3548f6 Binary files /dev/null and b/res/drawable-hdpi/ic_live_help.png differ diff --git a/res/drawable-mdpi/ic_live_help.png b/res/drawable-mdpi/ic_live_help.png new file mode 100644 index 0000000..e958662 Binary files /dev/null and b/res/drawable-mdpi/ic_live_help.png differ diff --git a/res/drawable-xhdpi/ic_live_help.png b/res/drawable-xhdpi/ic_live_help.png new file mode 100644 index 0000000..dbbbfed Binary files /dev/null and b/res/drawable-xhdpi/ic_live_help.png differ diff --git a/res/drawable-xxhdpi/ic_live_help.png b/res/drawable-xxhdpi/ic_live_help.png new file mode 100644 index 0000000..f2a01fe Binary files /dev/null and b/res/drawable-xxhdpi/ic_live_help.png differ diff --git a/res/drawable-xxxhdpi/ic_live_help.png b/res/drawable-xxxhdpi/ic_live_help.png new file mode 100644 index 0000000..00338a0 Binary files /dev/null and b/res/drawable-xxxhdpi/ic_live_help.png differ diff --git a/res/layout/select_account_list_item.xml b/res/layout/select_account_list_item.xml index d80fef5..55484b1 100644 --- a/res/layout/select_account_list_item.xml +++ b/res/layout/select_account_list_item.xml @@ -14,11 +14,12 @@ limitations under the License. --> - + - + android:layout_weight="1" > + + + -- cgit v1.1