From 84ac49babc81c94357706c5073fdb89f27b5fdbd Mon Sep 17 00:00:00 2001 From: yueg Date: Wed, 1 Nov 2017 16:22:28 -0700 Subject: Implement some UI changes. Including: - merge end call button with other buttons - add ripple effect for buttons - adjust elevation according to material design guide - add triangle in expanded view Bug: 67605985 Test: manual PiperOrigin-RevId: 174253861 Change-Id: I7b5315245a322235efb39a9cda26b8686cc7bbf9 --- java/com/android/newbubble/res/values/colors.xml | 7 ++--- java/com/android/newbubble/res/values/styles.xml | 38 ++++++++++++++++++++++++ java/com/android/newbubble/res/values/values.xml | 14 ++++++--- 3 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 java/com/android/newbubble/res/values/styles.xml (limited to 'java/com/android/newbubble/res/values') diff --git a/java/com/android/newbubble/res/values/colors.xml b/java/com/android/newbubble/res/values/colors.xml index 556d8bd95..8b1294fc6 100644 --- a/java/com/android/newbubble/res/values/colors.xml +++ b/java/com/android/newbubble/res/values/colors.xml @@ -18,8 +18,7 @@ #33000000 - @color/dialer_primary_text_color - @color/dialer_primary_text_color_white - @color/dialer_theme_color - @color/dialer_end_call_button_color + @color/dialer_secondary_text_color + @color/dialer_primary_text_color_white + @color/dialer_theme_color diff --git a/java/com/android/newbubble/res/values/styles.xml b/java/com/android/newbubble/res/values/styles.xml new file mode 100644 index 000000000..274bd8704 --- /dev/null +++ b/java/com/android/newbubble/res/values/styles.xml @@ -0,0 +1,38 @@ + + + + + + + + + \ No newline at end of file diff --git a/java/com/android/newbubble/res/values/values.xml b/java/com/android/newbubble/res/values/values.xml index 381b0079e..d8cd08f87 100644 --- a/java/com/android/newbubble/res/values/values.xml +++ b/java/com/android/newbubble/res/values/values.xml @@ -18,17 +18,23 @@ 56dp 16dp - 4dp + 6dp + 36dp 16dp - -4dp + 12dp + 16dp + -16dp 64dp 16dp + -16dp 12dp + 24dp - 10dp + 6dp + 8dp 160dp - 20dp + 12dp 4dp 24dp 4dp -- cgit v1.2.3