diff options
author | Michael Wright <michaelwr@google.com> | 2013-09-23 18:40:08 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2013-09-24 12:50:00 -0700 |
commit | 56d2030a355c2adc609419c38d9e84ebf53a57a6 (patch) | |
tree | dd93687a8696a90dab55da83e4e56396db3f46f0 /packages/DocumentsUI/res/drawable/ic_doc_audio.xml | |
parent | 9bf6c5cec834343104aa326b65b86c064c86c6cb (diff) | |
download | frameworks_base-56d2030a355c2adc609419c38d9e84ebf53a57a6.zip frameworks_base-56d2030a355c2adc609419c38d9e84ebf53a57a6.tar.gz frameworks_base-56d2030a355c2adc609419c38d9e84ebf53a57a6.tar.bz2 |
Mirror DocumentsUI assets for RTL layouts
Bug: 10641916
Change-Id: I037adeb5ec7df6e3812be8653929a55ed8b87323
Diffstat (limited to 'packages/DocumentsUI/res/drawable/ic_doc_audio.xml')
-rw-r--r-- | packages/DocumentsUI/res/drawable/ic_doc_audio.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/DocumentsUI/res/drawable/ic_doc_audio.xml b/packages/DocumentsUI/res/drawable/ic_doc_audio.xml new file mode 100644 index 0000000..c6ccea6 --- /dev/null +++ b/packages/DocumentsUI/res/drawable/ic_doc_audio.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* + * Copyright 2013, 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_doc_audio_am" + android:autoMirrored="true"> +</bitmap>
\ No newline at end of file |