summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_settings_nfc_payment.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-07-01 17:30:57 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-07-01 17:30:57 -0700
commit1caba3a8271893d768bab8cfa0349764bc5b6d46 (patch)
tree4895f3c70a1bec205c237f2ab4ca2a2cfcea8961 /res/drawable/ic_settings_nfc_payment.xml
parent5a62d94a2b1b5a93911e1f2cc9f3190e2f22622c (diff)
downloadpackages_apps_Settings-1caba3a8271893d768bab8cfa0349764bc5b6d46.zip
packages_apps_Settings-1caba3a8271893d768bab8cfa0349764bc5b6d46.tar.gz
packages_apps_Settings-1caba3a8271893d768bab8cfa0349764bc5b6d46.tar.bz2
Fix RTL support for the Dashboard
- make ic_settings_nfc_payment auto mirror See bug: #15313101 Settings Dashboard needs to support RTL Change-Id: If8174e0ce565100e3e61bcdef19ff105ab4f636f
Diffstat (limited to 'res/drawable/ic_settings_nfc_payment.xml')
-rw-r--r--res/drawable/ic_settings_nfc_payment.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/res/drawable/ic_settings_nfc_payment.xml b/res/drawable/ic_settings_nfc_payment.xml
new file mode 100644
index 0000000..10672a9
--- /dev/null
+++ b/res/drawable/ic_settings_nfc_payment.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+ * Copyright 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/ic_settings_nfc_payment_am"
+ android:autoMirrored="true"
+ />