summaryrefslogtreecommitdiff
path: root/java/com/android/newbubble/res/drawable
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-01-23 20:03:28 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-23 20:03:28 +0000
commit602563008ae1c0acc873fd183ce298e199949677 (patch)
tree4c8800807d19285806ab0bad55c8b788f1691e25 /java/com/android/newbubble/res/drawable
parent5feae4d9f7b3685be38b48c1806ceb03c6b2273c (diff)
parentbf7e8854806ce55c7fd298940fca52d013a02e89 (diff)
Merge changes I71e70d6f,I40955c6e,I70ed303b
* changes: Bubble change when display size change. Update Assisted Dialing references. Pressing back button twice really quickly no longer crashes dialer.
Diffstat (limited to 'java/com/android/newbubble/res/drawable')
-rw-r--r--java/com/android/newbubble/res/drawable/bubble_shape_circle.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml b/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml
index af9d8589b..b188e9d3f 100644
--- a/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml
+++ b/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml
@@ -15,11 +15,10 @@
~ limitations under the License
-->
-<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <corners
- android:bottomRightRadius="@dimen/bubble_size"
- android:topRightRadius="@dimen/bubble_size"
- android:bottomLeftRadius="@dimen/bubble_size"
- android:topLeftRadius="@dimen/bubble_size"/>
- <solid android:color="@android:color/white"/>
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+ <size
+ android:width="@dimen/bubble_size"
+ android:height="@dimen/bubble_size"/>
+ <solid android:color="@android:color/transparent"/>
</shape>