Fix the send button's touch highlight color

Introduce a generic touch highlight background drawable, and use the
proper shades of blue (and gray on v19+).
This commit is contained in:
Veeti Paananen
2014-02-24 23:34:29 +02:00
parent a5c26b2e16
commit 633aa9b057
5 changed files with 8 additions and 25 deletions

View File

@@ -108,7 +108,7 @@
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:layout_gravity="center_vertical"
android:background="@drawable/send_button_background"
android:background="@drawable/touch_highlight_background"
android:contentDescription="@string/conversation_activity__send"
android:nextFocusLeft="@+id/embedded_text_editor"
android:padding="12dp"