From b6e16f578629eee53457a3fc17778f2252102891 Mon Sep 17 00:00:00 2001 From: yueg Date: Wed, 31 Jan 2018 12:02:19 -0800 Subject: Remove bubble from AOSP. Bug: 67605985 Test: NewBubbleImplTest, NewBubbleImplIntegrationTest, NewReturnToCallControllerTest PiperOrigin-RevId: 184026033 Change-Id: Ie141ce9a0265ce3a08c01943cdeb94e2cd962e9f --- .../newbubble/res/drawable/bottom_action_scrim.xml | 24 --------------------- .../res/drawable/bubble_background_with_radius.xml | 25 ---------------------- .../newbubble/res/drawable/bubble_pill_down.xml | 23 -------------------- .../newbubble/res/drawable/bubble_pill_up.xml | 23 -------------------- .../res/drawable/bubble_ripple_pill_up.xml | 21 ------------------ .../newbubble/res/drawable/bubble_shape_circle.xml | 24 --------------------- .../res/drawable/bubble_shape_circle_small.xml | 23 -------------------- 7 files changed, 163 deletions(-) delete mode 100644 java/com/android/newbubble/res/drawable/bottom_action_scrim.xml delete mode 100644 java/com/android/newbubble/res/drawable/bubble_background_with_radius.xml delete mode 100644 java/com/android/newbubble/res/drawable/bubble_pill_down.xml delete mode 100644 java/com/android/newbubble/res/drawable/bubble_pill_up.xml delete mode 100644 java/com/android/newbubble/res/drawable/bubble_ripple_pill_up.xml delete mode 100644 java/com/android/newbubble/res/drawable/bubble_shape_circle.xml delete mode 100644 java/com/android/newbubble/res/drawable/bubble_shape_circle_small.xml (limited to 'java/com/android/newbubble/res/drawable') diff --git a/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml b/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml deleted file mode 100644 index 1109aa6d2..000000000 --- a/java/com/android/newbubble/res/drawable/bottom_action_scrim.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - 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 deleted file mode 100644 index 4fd871c47..000000000 --- a/java/com/android/newbubble/res/drawable/bubble_background_with_radius.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - diff --git a/java/com/android/newbubble/res/drawable/bubble_pill_down.xml b/java/com/android/newbubble/res/drawable/bubble_pill_down.xml deleted file mode 100644 index 721e6fc52..000000000 --- a/java/com/android/newbubble/res/drawable/bubble_pill_down.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - diff --git a/java/com/android/newbubble/res/drawable/bubble_pill_up.xml b/java/com/android/newbubble/res/drawable/bubble_pill_up.xml deleted file mode 100644 index 9dc0395f4..000000000 --- a/java/com/android/newbubble/res/drawable/bubble_pill_up.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - diff --git a/java/com/android/newbubble/res/drawable/bubble_ripple_pill_up.xml b/java/com/android/newbubble/res/drawable/bubble_ripple_pill_up.xml deleted file mode 100644 index 77147f828..000000000 --- a/java/com/android/newbubble/res/drawable/bubble_ripple_pill_up.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - diff --git a/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml b/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml deleted file mode 100644 index b188e9d3f..000000000 --- a/java/com/android/newbubble/res/drawable/bubble_shape_circle.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - diff --git a/java/com/android/newbubble/res/drawable/bubble_shape_circle_small.xml b/java/com/android/newbubble/res/drawable/bubble_shape_circle_small.xml deleted file mode 100644 index 73b9cf338..000000000 --- a/java/com/android/newbubble/res/drawable/bubble_shape_circle_small.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - -- cgit v1.2.3