summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/drawable
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2017-10-31 14:11:53 -0700
committerzachh <zachh@google.com>2017-11-03 00:21:12 +0000
commita5a08d8890b08ac1fde8ccaf333fe33c69333ae5 (patch)
treeab82401c5c33c58ecf534fc73962405f8af94122 /java/com/android/newbubble/res/drawable
parent9ebcbef57c9c694f2ab1c357b6b6356d0aa0d143 (diff)
Add avatar and small icon in bubble primary button.
Bug: 67605985 Test: NewBubbleIntegrationTest, NewReturnToCallControllerTest PiperOrigin-RevId: 174089572 Change-Id: Icaeb41482cffe522e09ee1ec068b5d47f476b146
Diffstat (limited to 'java/com/android/newbubble/res/drawable')
-rw-r--r--java/com/android/newbubble/res/drawable/bubble_ripple_circle_small.xml26
1 files changed, 26 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2017 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License
+ -->
+
+<ripple xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="?android:colorControlHighlight">
+ <item>
+ <shape>
+ <corners android:radius="@dimen/bubble_small_icon_size"/>
+ <solid android:color="@android:color/white"/>
+ </shape>
+ </item>
+</ripple>