Fix bug #7536213 UI should be mirrored for RTL languages (people, dialer, in-call)
- add start/end properties aside to left/right ones
- update Gravity to START/END
- add mirrored version of Drawables
- use android:textAlignment="viewStart" when needed on TextView
- use android:textDirection="ltr" for when needed for Phone Numbers
Change-Id: I5f5deb69e4af350b632a6592447721196bedb539
diff --git a/res/layout/user_profile_header.xml b/res/layout/user_profile_header.xml
index 29fd1c6..ace3106 100644
--- a/res/layout/user_profile_header.xml
+++ b/res/layout/user_profile_header.xml
@@ -22,6 +22,8 @@
android:layout_height="?attr/list_item_header_height"
android:paddingLeft="?attr/list_item_padding_left"
android:paddingRight="?attr/list_item_padding_right"
+ android:paddingStart="?attr/list_item_padding_left"
+ android:paddingEnd="?attr/list_item_padding_right"
android:background="@drawable/list_section_divider_holo_custom"
android:gravity="center_vertical"
>
@@ -38,6 +40,7 @@
android:textAllCaps="true"
android:textAppearance="?android:attr/textAppearanceSmall"
android:paddingLeft="?attr/list_item_text_indent"
+ android:paddingStart="?attr/list_item_text_indent"
android:textColor="@color/people_app_theme_color" />
<TextView