From bdd2bc2efe22dc5b14cd2d3f5eb20350b69da875 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Mon, 22 Jun 2015 21:45:03 -0700 Subject: Add a promo card for visual voicemail. The promo card explains what visual voicemail is, along with a link to settings to disable it and an ok button to dismiss it. Also move common resources from GoogleDialer to the respective resource files. Bug: 21086059 Change-Id: Iecfe778b815fb572667d0cecdb958205ec1b48a0 --- res/layout/voicemail_promo_card.xml | 99 +++++++++++++++++++++++++++++++++++++ res/values/colors.xml | 5 ++ res/values/dimens.xml | 11 +++++ res/values/styles.xml | 14 ++++++ 4 files changed, 129 insertions(+) create mode 100644 res/layout/voicemail_promo_card.xml (limited to 'res') diff --git a/res/layout/voicemail_promo_card.xml b/res/layout/voicemail_promo_card.xml new file mode 100644 index 000000000..103fa30b3 --- /dev/null +++ b/res/layout/voicemail_promo_card.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index f83c3284c..c3b0fb5bc 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -36,6 +36,11 @@ #33b5e5 + + #673ab7 + #7d57c1 + #ffffff + #4d000000 diff --git a/res/values/dimens.xml b/res/values/dimens.xml index bcde855b5..206b44740 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -134,4 +134,15 @@ 4dp 36dp + + + 24dp + 16dp + 21dp + 24dp + 12dp + 4dp + 4dp + 11dp + 4dp diff --git a/res/values/styles.xml b/res/values/styles.xml index dab5c6aa1..7d5d42f8f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -218,4 +218,18 @@ 2dp @color/background_dialer_call_log_list_item + + -- cgit v1.2.3