summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable/img_no_image_automirrored.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-08-27 13:31:55 -0700
committerAndrew Lee <anwlee@google.com>2014-08-27 13:40:56 -0700
commit5f84e76212ab1ae15a507cb88f9a44557b640e80 (patch)
tree6bd077622d013623bdd3c0109f52fc7eabff2183 /InCallUI/res/drawable/img_no_image_automirrored.xml
parente6f5fe95a766240d36d74e4613c7cbeb9dcad778 (diff)
InCallUi image resource updates (mostly deletions).
- Deleted a ton of assets which were no longer used. + Automirrored some assets so their rtl copies could be removed. Bug: 15862303 Change-Id: I8aa832eead1768c82741fbe97268ea44ba0fc9ff
Diffstat (limited to 'InCallUI/res/drawable/img_no_image_automirrored.xml')
-rw-r--r--InCallUI/res/drawable/img_no_image_automirrored.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/InCallUI/res/drawable/img_no_image_automirrored.xml b/InCallUI/res/drawable/img_no_image_automirrored.xml
new file mode 100644
index 000000000..f0cf0db31
--- /dev/null
+++ b/InCallUI/res/drawable/img_no_image_automirrored.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ ~ Copyright (C) 2014 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
+ -->
+
+<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
+ android:src="@drawable/img_no_image"
+ android:autoMirrored="true" /> \ No newline at end of file