summaryrefslogtreecommitdiff
path: root/data/res/drawable/slice_remote_input_bg.xml
diff options
context:
space:
mode:
authorJustin Klaassen <justinklaassen@google.com>2017-10-10 15:17:50 -0400
committerJustin Klaassen <justinklaassen@google.com>2017-10-10 15:17:50 -0400
commitf8cf773f7547bbf61d10f9fd58477face29a1abf (patch)
tree65d568b6b4c5b770e5740a8b4bf85a1a438398a4 /data/res/drawable/slice_remote_input_bg.xml
parent6affb4632c3e4f0602870d6f8f7ca474ce2aea42 (diff)
downloadandroid-28-f8cf773f7547bbf61d10f9fd58477face29a1abf.tar.gz
Import Android SDK Platform P [4386628]
/google/data/ro/projects/android/fetch_artifact \ --bid 4386628 \ --target sdk_phone_armv7-win_sdk \ sdk-repo-linux-platforms-4386628.zip AndroidVersion.ApiLevel has been modified to appear as 28 Change-Id: I1ca80b2e38e31f64421db3ac16975a690a992bc4
Diffstat (limited to 'data/res/drawable/slice_remote_input_bg.xml')
-rw-r--r--data/res/drawable/slice_remote_input_bg.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/data/res/drawable/slice_remote_input_bg.xml b/data/res/drawable/slice_remote_input_bg.xml
new file mode 100644
index 00000000..31206795
--- /dev/null
+++ b/data/res/drawable/slice_remote_input_bg.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2016 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">
+ <solid android:color="#ff6c6c6c" />
+ <corners
+ android:bottomRightRadius="16dp"
+ android:bottomLeftRadius="16dp"/>
+</shape>