summaryrefslogtreecommitdiffstats
path: root/res/values/ids.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2013-04-03 20:59:09 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2013-04-05 14:08:24 -0700
commit9f0c1621718b382531cbebfe38907e6d3db6ceae (patch)
tree619a0de683bec4fda761cc3515f28d05d8bda435 /res/values/ids.xml
parente059276ccf87f59c366521bafb9012b2395f636b (diff)
downloadandroid_packages_apps_ContactsCommon-9f0c1621718b382531cbebfe38907e6d3db6ceae.tar.gz
android_packages_apps_ContactsCommon-9f0c1621718b382531cbebfe38907e6d3db6ceae.tar.bz2
android_packages_apps_ContactsCommon-9f0c1621718b382531cbebfe38907e6d3db6ceae.zip
Fix for bug #8146846 Phone App should be mirrored for RTL languages
- add start/end aside left/right properties - make default PhotoPosition depends on Locale layout direction - add mirrored version of Drawables - use android:textAlignment="viewStart" when needed on TextView Change-Id: I0bf2fb83d94a3748d26d1825387b9b16830830a5
Diffstat (limited to 'res/values/ids.xml')
-rw-r--r--res/values/ids.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml
index 058020de..9a731952 100644
--- a/res/values/ids.xml
+++ b/res/values/ids.xml
@@ -34,4 +34,10 @@
<item type="id" name="dialog_export_confirmation"/>
<item type="id" name="dialog_exporting_vcard"/>
<item type="id" name="dialog_fail_to_export_with_reason"/>
+
+ <!-- For Debug Purpose -->
+ <item type="id" name="cliv_name_textview"/>
+ <item type="id" name="cliv_phoneticname_textview"/>
+ <item type="id" name="cliv_label_textview"/>
+ <item type="id" name="cliv_data_view"/>
</resources>