summaryrefslogtreecommitdiffstats
path: root/res/drawable/bg_all_apps_searchbox.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-03-01 14:55:22 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-03-01 15:58:11 -0800
commitdbd6bb348c1c10e34d7488a741845648e1f7e88c (patch)
treeeaf82b1ed13b9d67ae0a8eb73324ef4d27203715 /res/drawable/bg_all_apps_searchbox.xml
parentdd535466bf2ce88e07d489fa05a9caed274b028e (diff)
downloadandroid_packages_apps_Trebuchet-dbd6bb348c1c10e34d7488a741845648e1f7e88c.tar.gz
android_packages_apps_Trebuchet-dbd6bb348c1c10e34d7488a741845648e1f7e88c.tar.bz2
android_packages_apps_Trebuchet-dbd6bb348c1c10e34d7488a741845648e1f7e88c.zip
Simplifying all-apps search box
> Giving the search box a solid background so that it work fine with scrolling > bottom shadow logic for search box Bug: 73085356 Change-Id: Ie4dc4922be39ffd8e2d562becedbd4c6f820e6c9
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