From 938468da6f5c225ebb161a68bd949c9cf3261892 Mon Sep 17 00:00:00 2001 From: Eric Erfanian Date: Tue, 24 Oct 2017 14:05:52 -0700 Subject: Rename the new bubble package name from "bubble" to "newbubble". It fixes AOSP for package name conflict. Test: manual PiperOrigin-RevId: 173298696 Change-Id: Id10ebe0bcf029e61f65cf6580c7198abd8395081 --- .../res/drawable/bubble_background_with_radius.xml | 25 +++++++++++++++++++++ .../res/drawable/bubble_ripple_circle.xml | 26 ++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 java/com/android/newbubble/res/drawable/bubble_background_with_radius.xml create mode 100644 java/com/android/newbubble/res/drawable/bubble_ripple_circle.xml (limited to 'java/com/android/newbubble/res/drawable') diff --git a/java/com/android/newbubble/res/drawable/bubble_background_with_radius.xml b/java/com/android/newbubble/res/drawable/bubble_background_with_radius.xml new file mode 100644 index 000000000..4fd871c47 --- /dev/null +++ b/java/com/android/newbubble/res/drawable/bubble_background_with_radius.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/java/com/android/newbubble/res/drawable/bubble_ripple_circle.xml b/java/com/android/newbubble/res/drawable/bubble_ripple_circle.xml new file mode 100644 index 000000000..8d5cf0bb5 --- /dev/null +++ b/java/com/android/newbubble/res/drawable/bubble_ripple_circle.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + -- cgit v1.2.3