summaryrefslogtreecommitdiffstats
path: root/res/drawable/apps_list_search_bg.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-03-13 02:06:33 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-03-13 02:06:33 +0000
commitb4f366ed02615ee4327143b7995b38e4a1113f01 (patch)
treeb81b1b3729f8aa892176c75659bdbb76d80c9be9 /res/drawable/apps_list_search_bg.xml
parent6edc6977901aa3ceb75deab259218975baa9389a (diff)
parente425d936746bf235da1012e3c4e095d1929d9683 (diff)
downloadandroid_packages_apps_Trebuchet-b4f366ed02615ee4327143b7995b38e4a1113f01.tar.gz
android_packages_apps_Trebuchet-b4f366ed02615ee4327143b7995b38e4a1113f01.tar.bz2
android_packages_apps_Trebuchet-b4f366ed02615ee4327143b7995b38e4a1113f01.zip
am e425d936: Merge "Adding app grid layout with fastscroller." into ub-launcher3-burnaby
* commit 'e425d936746bf235da1012e3c4e095d1929d9683': Adding app grid layout with fastscroller.
Diffstat (limited to 'res/drawable/apps_list_search_bg.xml')
-rw-r--r--res/drawable/apps_list_search_bg.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/drawable/apps_list_search_bg.xml b/res/drawable/apps_list_search_bg.xml
new file mode 100644
index 000000000..eda33a918
--- /dev/null
+++ b/res/drawable/apps_list_search_bg.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.
+-->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid android:color="#ffffff" />
+ <corners
+ android:topLeftRadius="3dp"
+ android:topRightRadius="3dp" />
+</shape> \ No newline at end of file