diff --git a/res/drawable/emoji_toggle_background.xml b/res/drawable/emoji_toggle_background.xml deleted file mode 100644 index 844ebeadae..0000000000 --- a/res/drawable/emoji_toggle_background.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/res/layout/conversation_activity.xml b/res/layout/conversation_activity.xml index 584e7224ea..8d73513546 100644 --- a/res/layout/conversation_activity.xml +++ b/res/layout/conversation_activity.xml @@ -82,7 +82,7 @@ android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_gravity="center_vertical" - android:background="@drawable/emoji_toggle_background" + android:background="@drawable/touch_highlight_background" android:padding="10dp"/>