aboutsummaryrefslogtreecommitdiff
path: root/TestMediaApp/res
diff options
context:
space:
mode:
authorSimon Dai <sdai@google.com>2019-06-19 14:15:26 -0700
committerSimon Dai <sdai@google.com>2019-06-26 17:19:09 -0700
commitfa58d8e5997385a77b3291d0c36f57911bdc1b11 (patch)
treeae5bfa61045d6a0b2b004972a9732a4f4387975b /TestMediaApp/res
parent13ff3bc1fa60e4094d30062663e95a7975d2b972 (diff)
downloadtests-fa58d8e5997385a77b3291d0c36f57911bdc1b11.tar.gz
Add search to test media app
Bug: 134767149 Test: Manual Change-Id: Ia129a0f71f4f17222d7c44ced87cd182a77d3dd3
Diffstat (limited to 'TestMediaApp/res')
-rw-r--r--TestMediaApp/res/drawable/ic_close.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/TestMediaApp/res/drawable/ic_close.xml b/TestMediaApp/res/drawable/ic_close.xml
deleted file mode 100644
index f955ed5..0000000
--- a/TestMediaApp/res/drawable/ic_close.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- Copyright 2019 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.
--->
-
-<vector
- xmlns:android="http://schemas.android.com/apk/res/android"
- android:width="56dp"
- android:height="56dp"
- android:viewportHeight="24.0"
- android:viewportWidth="24.0">
- <path
- android:fillColor="#FFF"
- android:pathData="M19,6.41L17.59,5 12,10.59 6.41,5 5,6.41 10.59,12 5,17.59 6.41,19 12,13.41 17.59,19 19,17.59 13.41,12z"/>
-</vector>