diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2012-09-30 18:11:56 -0700 |
---|---|---|
committer | Fabrice Di Meglio <fdimeglio@google.com> | 2012-09-30 18:11:56 -0700 |
commit | 534bc83f5354b83b7213fff556233752a594438d (patch) | |
tree | 4921df43144caea91f69ec584913f4e79412d880 /core/res | |
parent | 62ea4363362526d32b48f920601d3b4e27a117bb (diff) | |
download | frameworks_base-534bc83f5354b83b7213fff556233752a594438d.zip frameworks_base-534bc83f5354b83b7213fff556233752a594438d.tar.gz frameworks_base-534bc83f5354b83b7213fff556233752a594438d.tar.bz2 |
Fix bug #7132595 Settings - UI mirroring for RTL locales (Arabic, Hebrew, farsi)
- add mirrored versions of Up image
Change-Id: Ib13d8f50afe83b58d3ccffeebe523c257cb2b34d
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_dark.png | bin | 0 -> 470 bytes |
-rw-r--r-- | core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_light.png | bin | 0 -> 421 bytes |
-rw-r--r-- | core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_dark.png | bin | 0 -> 327 bytes |
-rw-r--r-- | core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_light.png | bin | 0 -> 305 bytes |
-rw-r--r-- | core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_dark.png | bin | 0 -> 594 bytes |
-rw-r--r-- | core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_light.png | bin | 0 -> 532 bytes |
6 files changed, 0 insertions, 0 deletions
diff --git a/core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_dark.png b/core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..9beeb0f --- /dev/null +++ b/core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_dark.png diff --git a/core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_light.png b/core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..844e38b --- /dev/null +++ b/core/res/res/drawable-ldrtl-hdpi/ic_ab_back_holo_light.png diff --git a/core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_dark.png b/core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..c22dc90 --- /dev/null +++ b/core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_dark.png diff --git a/core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_light.png b/core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..f49b715 --- /dev/null +++ b/core/res/res/drawable-ldrtl-mdpi/ic_ab_back_holo_light.png diff --git a/core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_dark.png b/core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_dark.png Binary files differnew file mode 100644 index 0000000..8dfb7d8 --- /dev/null +++ b/core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_dark.png diff --git a/core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_light.png b/core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_light.png Binary files differnew file mode 100644 index 0000000..29852ad --- /dev/null +++ b/core/res/res/drawable-ldrtl-xhdpi/ic_ab_back_holo_light.png |