summaryrefslogtreecommitdiffstats
path: root/res/drawable/bg_all_apps_searchbox.xml
diff options
context:
space:
mode:
authorJon <jonmiranda@google.com>2018-03-14 17:58:54 -0400
committerJonathan Miranda <jonmiranda@google.com>2018-03-14 22:00:07 +0000
commit3f7df53dda43d05c7a40ed8c4114b63189936ffe (patch)
tree76f5de41ea0122b4901e5a9c5d0fa38451b47f79 /res/drawable/bg_all_apps_searchbox.xml
parent0af5f1902495c8db3342394b17c8af341f937a2a (diff)
downloadandroid_packages_apps_Trebuchet-3f7df53dda43d05c7a40ed8c4114b63189936ffe.tar.gz
android_packages_apps_Trebuchet-3f7df53dda43d05c7a40ed8c4114b63189936ffe.tar.bz2
android_packages_apps_Trebuchet-3f7df53dda43d05c7a40ed8c4114b63189936ffe.zip
Merge branch 'ub-launcher3-master' into pi-dev
Bug: 74794600 Test: manual test Change-Id: Id34a70abfa5de9dd741848efa3b82fae608c0df0
Diffstat (limited to 'res/drawable/bg_all_apps_searchbox.xml')
-rw-r--r--res/drawable/bg_all_apps_searchbox.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/drawable/bg_all_apps_searchbox.xml b/res/drawable/bg_all_apps_searchbox.xml
new file mode 100644
index 000000000..c3249279a
--- /dev/null
+++ b/res/drawable/bg_all_apps_searchbox.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 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">
+ <solid android:color="?attr/popupColorPrimary" />
+ <corners android:radius="2dp" />
+</shape> \ No newline at end of file