summaryrefslogtreecommitdiffstats
path: root/res/layout/search_feedback.xml
diff options
context:
space:
mode:
authorFan Zhang <zhfan@google.com>2017-12-06 10:02:00 -0800
committerFan Zhang <zhfan@google.com>2017-12-06 10:59:33 -0800
commitd0eec4171551f04fec3cfa074b6a46465a7a9219 (patch)
treec0cb6a47b20352d0ee2f6ecf32e41d1d5d2bb0b9 /res/layout/search_feedback.xml
parent6273139733ad6aae47a8e2bbeb94e286b59e5e1d (diff)
downloadandroid_packages_apps_SettingsIntelligence-d0eec4171551f04fec3cfa074b6a46465a7a9219.tar.gz
android_packages_apps_SettingsIntelligence-d0eec4171551f04fec3cfa074b6a46465a7a9219.tar.bz2
android_packages_apps_SettingsIntelligence-d0eec4171551f04fec3cfa074b6a46465a7a9219.zip
DO NOT MERGE Snap to latest SettingsIntelligence source
Bug: 67755462 Test: rebuild Change-Id: Ib606a68c10f83c3a1479f234af19fe840b3120d0
Diffstat (limited to 'res/layout/search_feedback.xml')
-rw-r--r--res/layout/search_feedback.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/layout/search_feedback.xml b/res/layout/search_feedback.xml
new file mode 100644
index 0000000..c9f1fc1
--- /dev/null
+++ b/res/layout/search_feedback.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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.
+-->
+
+<View
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/feedback_popup"
+ android:layout_width="0dp"
+ android:layout_height="0dp"
+ android:visibility="gone">
+</View> \ No newline at end of file