From 3bcea98f1e6d63e22a7b5393b31c2195d3db82b4 Mon Sep 17 00:00:00 2001 From: sail Date: Sun, 3 Sep 2017 13:57:22 -0700 Subject: Switch Dialer to use new third_party bubble library This CL switches Dialer to use the new common bubble libary. It also moves the integration tests into the bubble libary. Bug: 64797730 Test: BubbleIntegrationTest PiperOrigin-RevId: 167439680 Change-Id: Ie2e9367cb6a6561efb8abd425b6a12f8c1e78138 --- java/com/android/bubble/res/values/colors.xml | 20 ++++++++++++++++++++ java/com/android/bubble/res/values/values.xml | 25 +++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 java/com/android/bubble/res/values/colors.xml create mode 100644 java/com/android/bubble/res/values/values.xml (limited to 'java/com/android/bubble/res/values') diff --git a/java/com/android/bubble/res/values/colors.xml b/java/com/android/bubble/res/values/colors.xml new file mode 100644 index 000000000..97545faf3 --- /dev/null +++ b/java/com/android/bubble/res/values/colors.xml @@ -0,0 +1,20 @@ + + + + + #33000000 + diff --git a/java/com/android/bubble/res/values/values.xml b/java/com/android/bubble/res/values/values.xml new file mode 100644 index 000000000..f5816172d --- /dev/null +++ b/java/com/android/bubble/res/values/values.xml @@ -0,0 +1,25 @@ + + + + + 16dp + 64dp + 56dp + 16dp + 4dp + 16dp + -- cgit v1.2.3