Use the touch highlight background for the emoji toggle

This commit is contained in:
Veeti Paananen 2014-02-25 04:49:08 +02:00
parent 633aa9b057
commit 4f066757e7
2 changed files with 1 additions and 14 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_pressed="true"
android:drawable="@android:color/transparent" />
<item android:state_focused="true"
android:drawable="@android:color/transparent" />
<item android:drawable="@android:color/transparent" />
</selector>

View File

@ -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"/>
<EditText