From 4f066757e7cc815b940d0936a9af1f345bffab30 Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Tue, 25 Feb 2014 04:49:08 +0200 Subject: [PATCH] Use the touch highlight background for the emoji toggle --- res/drawable/emoji_toggle_background.xml | 13 ------------- res/layout/conversation_activity.xml | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 res/drawable/emoji_toggle_background.xml 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"/>