mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 19:11:58 +00:00
committed by
Moxie Marlinspike
parent
23a2a5e5f3
commit
2f568c6400
5
res/drawable/light_touch_highlight_background.xml
Normal file
5
res/drawable/light_touch_highlight_background.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true" android:drawable="@color/light_button_highlight" />
|
||||
<item android:drawable="@color/light_button" />
|
||||
</selector>
|
||||
Reference in New Issue
Block a user