mirror of
https://github.com/oxen-io/session-android.git
synced 2025-11-10 04:15:01 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user