From a5a08d8890b08ac1fde8ccaf333fe33c69333ae5 Mon Sep 17 00:00:00 2001 From: yueg Date: Tue, 31 Oct 2017 14:11:53 -0700 Subject: Add avatar and small icon in bubble primary button. Bug: 67605985 Test: NewBubbleIntegrationTest, NewReturnToCallControllerTest PiperOrigin-RevId: 174089572 Change-Id: Icaeb41482cffe522e09ee1ec068b5d47f476b146 --- .../res/drawable/bubble_ripple_circle_small.xml | 26 +++++++++++++++++++ .../newbubble/res/layout/new_bubble_base.xml | 30 ++++++++++++++++------ java/com/android/newbubble/res/values/values.xml | 3 +++ 3 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 java/com/android/newbubble/res/drawable/bubble_ripple_circle_small.xml (limited to 'java/com/android/newbubble/res') diff --git a/java/com/android/newbubble/res/drawable/bubble_ripple_circle_small.xml b/java/com/android/newbubble/res/drawable/bubble_ripple_circle_small.xml new file mode 100644 index 000000000..109d1cec1 --- /dev/null +++ b/java/com/android/newbubble/res/drawable/bubble_ripple_circle_small.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + diff --git a/java/com/android/newbubble/res/layout/new_bubble_base.xml b/java/com/android/newbubble/res/layout/new_bubble_base.xml index ef35d7426..9174f3fdb 100644 --- a/java/com/android/newbubble/res/layout/new_bubble_base.xml +++ b/java/com/android/newbubble/res/layout/new_bubble_base.xml @@ -36,14 +36,28 @@ android:background="@drawable/bubble_ripple_circle" android:measureAllChildren="false" tools:backgroundTint="#FF0000AA"> - + + + + 16dp 4dp + 16dp -4dp 64dp 16dp @@ -29,4 +30,6 @@ 160dp 20dp 4dp + 24dp + 4dp -- cgit v1.2.3