diff --git a/core/res/res/drawable/contact_picture_bg.9.png b/core/res/res/drawable/contact_picture_bg.9.png deleted file mode 100644 index ae9c709209952..0000000000000 Binary files a/core/res/res/drawable/contact_picture_bg.9.png and /dev/null differ diff --git a/core/res/res/drawable/fasttrack_badge_middle.xml b/core/res/res/drawable/fasttrack_badge_middle.xml new file mode 100644 index 0000000000000..6df230aaf0538 --- /dev/null +++ b/core/res/res/drawable/fasttrack_badge_middle.xml @@ -0,0 +1,28 @@ + + + + + + + + + \ No newline at end of file diff --git a/core/res/res/drawable/fasttrack_badge_middle_normal.9.png b/core/res/res/drawable/fasttrack_badge_middle_normal.9.png new file mode 100644 index 0000000000000..1ac6ef99adf56 Binary files /dev/null and b/core/res/res/drawable/fasttrack_badge_middle_normal.9.png differ diff --git a/core/res/res/drawable/fasttrack_badge_middle_pressed.9.png b/core/res/res/drawable/fasttrack_badge_middle_pressed.9.png new file mode 100644 index 0000000000000..33921ba1eff77 Binary files /dev/null and b/core/res/res/drawable/fasttrack_badge_middle_pressed.9.png differ diff --git a/core/res/res/layout-ja/contact_header_name.xml b/core/res/res/layout-ja/contact_header_name.xml index 20df5c6025ffa..9dceeb6e77801 100644 --- a/core/res/res/layout-ja/contact_header_name.xml +++ b/core/res/res/layout-ja/contact_header_name.xml @@ -27,8 +27,8 @@ android:layout_height="wrap_content" android:singleLine="true" android:ellipsize="end" - android:textAppearance="?android:attr/textAppearanceLargeInverse" - android:textColor="@android:color/secondary_text_light" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textStyle="bold" /> diff --git a/core/res/res/layout/contact_header.xml b/core/res/res/layout/contact_header.xml index 73e379b021fdc..8c1957db42b4b 100644 --- a/core/res/res/layout/contact_header.xml +++ b/core/res/res/layout/contact_header.xml @@ -15,26 +15,27 @@ --> + android:background="@drawable/fasttrack_badge_middle"/> @@ -42,9 +43,11 @@ + android:maxLines="2" + android:ellipsize="end"/> diff --git a/core/res/res/layout/contact_header_name.xml b/core/res/res/layout/contact_header_name.xml index 90397023e44b6..9a56fb49dbd90 100644 --- a/core/res/res/layout/contact_header_name.xml +++ b/core/res/res/layout/contact_header_name.xml @@ -19,8 +19,8 @@ android:id="@+id/name" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:textAppearance="?android:attr/textAppearanceMediumInverse" - android:textColor="@android:color/secondary_text_light" + android:textAppearance="?android:attr/textAppearanceMedium" + android:textStyle="bold" android:singleLine="true" android:ellipsize="end" />