summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-01-19 20:39:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-19 20:39:46 +0000
commitd8a3f3c2511f05112315a6f37938ccf33eb8cbdd (patch)
treeeed5794b2187e0f016a71726b0bf179b0949e4e9 /res/drawable
parent14fbc08f6fe92aba3ec23ede1b1bb71bd6837859 (diff)
parentd1b3f5cb38adc32ac9c0d4391d717d7326efabe8 (diff)
downloadandroid_packages_apps_Trebuchet-d8a3f3c2511f05112315a6f37938ccf33eb8cbdd.tar.gz
android_packages_apps_Trebuchet-d8a3f3c2511f05112315a6f37938ccf33eb8cbdd.tar.bz2
android_packages_apps_Trebuchet-d8a3f3c2511f05112315a6f37938ccf33eb8cbdd.zip
Merge "Using same layout for drop-target bar in landscape and portrait" into ub-launcher3-master
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/tooltip_frame.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/drawable/tooltip_frame.xml b/res/drawable/tooltip_frame.xml
new file mode 100644
index 000000000..03190518f
--- /dev/null
+++ b/res/drawable/tooltip_frame.xml
@@ -0,0 +1,21 @@
+<?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="?android:attr/colorBackground" />
+ <corners android:radius="2dp" />
+</shape> \ No newline at end of file