summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/voicemail/listui/res/drawable
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2018-01-10 18:32:27 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-10 18:33:40 -0800
commit1ff546374edfd598ea7a0a3613228e75c5e1eff4 (patch)
treebe24762f1722f98491f0e1583313c28fa8de5321 /java/com/android/dialer/voicemail/listui/res/drawable
parent56d434be9658f36412047a16322c95efa48d6a8e (diff)
Initial setup of voicemail TOS
This CL only setups the layouts, images and strings associated with the voicemail terms of service. Additional logic of when to display the ToS will be in a follow up CL. Bug: 71699918 Test: N/A PiperOrigin-RevId: 181548639 Change-Id: Ia99dcc5ad8a96dcac71946fe611b3ee4ad24814f
Diffstat (limited to 'java/com/android/dialer/voicemail/listui/res/drawable')
-rw-r--r--java/com/android/dialer/voicemail/listui/res/drawable/shadow.xml25
-rw-r--r--java/com/android/dialer/voicemail/listui/res/drawable/voicemail_tos_image.pngbin0 -> 14695 bytes
2 files changed, 25 insertions, 0 deletions
diff --git a/java/com/android/dialer/voicemail/listui/res/drawable/shadow.xml b/java/com/android/dialer/voicemail/listui/res/drawable/shadow.xml
new file mode 100644
index 000000000..925c8d290
--- /dev/null
+++ b/java/com/android/dialer/voicemail/listui/res/drawable/shadow.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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.
+-->
+
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <gradient
+ android:startColor="#3333"
+ android:endColor="#0333"
+ android:type="linear"
+ android:angle="90">
+ </gradient>
+</shape>
diff --git a/java/com/android/dialer/voicemail/listui/res/drawable/voicemail_tos_image.png b/java/com/android/dialer/voicemail/listui/res/drawable/voicemail_tos_image.png
new file mode 100644
index 000000000..48ab3c3c3
--- /dev/null
+++ b/java/com/android/dialer/voicemail/listui/res/drawable/voicemail_tos_image.png
Binary files differ