mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-10 04:51:46 +00:00
committed by
Moxie Marlinspike
parent
140cbe9f25
commit
daa98107c3
8
res/drawable/circle_touch_highlight_background.xml
Normal file
8
res/drawable/circle_touch_highlight_background.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:state_pressed="true">
|
||||
<shape android:shape="oval">
|
||||
<solid android:color="@color/touch_highlight" />
|
||||
</shape>
|
||||
</item>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user