mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
37fb8fe445
Out with orange, in with blue and gray (on >= 4.4).
10 lines
368 B
XML
10 lines
368 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:state_pressed="true">
|
|
<shape>
|
|
<solid android:color="@color/card_background_active" />
|
|
</shape>
|
|
<bitmap android:src="@drawable/card" />
|
|
</item>
|
|
<item android:drawable="@drawable/card" />
|
|
</selector> |