diff --git a/res/drawable-xhdpi/dialer_alt_next.png b/res/drawable-xhdpi/dialer_alt_next.png new file mode 100644 index 000000000..29035643d Binary files /dev/null and b/res/drawable-xhdpi/dialer_alt_next.png differ diff --git a/res/layout/create_chat.xml b/res/layout/create_chat.xml index bbe462137..7bf28d99b 100644 --- a/res/layout/create_chat.xml +++ b/res/layout/create_chat.xml @@ -70,7 +70,7 @@ 0) { contactsSelectLayout.setVisibility(View.VISIBLE); contactsSelectLayout.invalidate(); + next.setImageResource(R.drawable.next); } else { + next.setImageResource(R.drawable.dialer_alt_next); contactsSelectLayout.setVisibility(View.GONE); } }