mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Use unified touch highlight in import & export
This commit is contained in:
parent
757cb1c846
commit
5a807ffc28
@ -2,7 +2,7 @@
|
|||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:state_pressed="true">
|
<item android:state_pressed="true">
|
||||||
<shape>
|
<shape>
|
||||||
<solid android:color="@color/card_background_active" />
|
<solid android:color="@color/touch_highlight" />
|
||||||
</shape>
|
</shape>
|
||||||
<bitmap android:src="@drawable/card" />
|
<bitmap android:src="@drawable/card" />
|
||||||
</item>
|
</item>
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="touch_highlight">#10000000</color>
|
<color name="touch_highlight">#10000000</color>
|
||||||
<color name="card_background_active">#99bebebe</color>
|
|
||||||
</resources>
|
</resources>
|
@ -12,7 +12,6 @@
|
|||||||
<color name="textsecure_holo_blue_light">#ff33b5e5</color>
|
<color name="textsecure_holo_blue_light">#ff33b5e5</color>
|
||||||
|
|
||||||
<color name="touch_highlight">#400099cc</color>
|
<color name="touch_highlight">#400099cc</color>
|
||||||
<color name="card_background_active">#9933b5e5</color>
|
|
||||||
|
|
||||||
<color name="conversation_item_sent_background_dark">#ff284e0a</color>
|
<color name="conversation_item_sent_background_dark">#ff284e0a</color>
|
||||||
<color name="conversation_item_sent_background_light">#ff64a926</color>
|
<color name="conversation_item_sent_background_light">#ff64a926</color>
|
||||||
|
Loading…
Reference in New Issue
Block a user