summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml
diff options
context:
space:
mode:
authortwyen <twyen@google.com>2018-06-25 15:25:35 -0700
committerCopybara-Service <copybara-piper@google.com>2018-06-26 13:44:21 -0700
commit84a6d29f889148c49db278f0682bbdf8d8466b1f (patch)
tree66c17b71e60b0f84ea98b8cf69f64570ff1718d1 /java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml
parent38e0ed4c08726d20f3ab68da0328b0ca8bb92ec7 (diff)
Move contacts.commons.R to dialer.contacts.resources
This reduces dependency on contacts.common which is full of things that should not be there. Ideally resources inside dialer.contacts.resources should be individually moved to appropriate locations, but the resources are too large to work with. TEST=TAP Test: TAP PiperOrigin-RevId: 202029832 Change-Id: I95bfcb59799b9c3640de03ad0680624fc1b2c3a3
Diffstat (limited to 'java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml')
-rw-r--r--java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml b/java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml
new file mode 100644
index 000000000..c93d43ea6
--- /dev/null
+++ b/java/com/android/dialer/contacts/resources/res/drawable/dialog_background_material.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 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.
+-->
+
+<inset xmlns:android="http://schemas.android.com/apk/res/android"
+ android:inset="16dp">
+ <shape android:shape="rectangle">
+ <corners android:radius="2dp"/>
+ <solid android:color="?android:attr/colorBackground"/>
+ </shape>
+</inset>