From cd0915122414fc3e690480290f6527898b0459ce Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Thu, 28 Apr 2016 15:20:09 -0700 Subject: [PATCH] Bring escalation options UI closer to mock. Bug: 28141203 Change-Id: Ia6d50d7d6f3010695c62fc1e8bd07f858715e455 --- res/drawable/ic_call_24dp.xml | 31 -------- res/drawable/ic_chat_24dp.xml | 29 ------- res/drawable/ic_mail_24dp.xml | 29 ------- res/layout/support_escalation_card.xml | 46 ----------- res/layout/support_escalation_options.xml | 39 ++++++++++ res/layout/support_item_title.xml | 14 ++-- res/layout/support_sign_in_button.xml | 2 + res/values/colors.xml | 2 + res/values/strings.xml | 13 ++-- .../dashboard/SupportItemAdapter.java | 77 +++++++++++-------- 10 files changed, 102 insertions(+), 180 deletions(-) delete mode 100644 res/drawable/ic_call_24dp.xml delete mode 100644 res/drawable/ic_chat_24dp.xml delete mode 100644 res/drawable/ic_mail_24dp.xml delete mode 100644 res/layout/support_escalation_card.xml create mode 100644 res/layout/support_escalation_options.xml diff --git a/res/drawable/ic_call_24dp.xml b/res/drawable/ic_call_24dp.xml deleted file mode 100644 index 950547a917b..00000000000 --- a/res/drawable/ic_call_24dp.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/drawable/ic_chat_24dp.xml b/res/drawable/ic_chat_24dp.xml deleted file mode 100644 index 2df12b37f98..00000000000 --- a/res/drawable/ic_chat_24dp.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/drawable/ic_mail_24dp.xml b/res/drawable/ic_mail_24dp.xml deleted file mode 100644 index 46f45842797..00000000000 --- a/res/drawable/ic_mail_24dp.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/res/layout/support_escalation_card.xml b/res/layout/support_escalation_card.xml deleted file mode 100644 index 29d2965d62e..00000000000 --- a/res/layout/support_escalation_card.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/res/layout/support_escalation_options.xml b/res/layout/support_escalation_options.xml new file mode 100644 index 00000000000..bedb4476851 --- /dev/null +++ b/res/layout/support_escalation_options.xml @@ -0,0 +1,39 @@ + + + + +