Welcome to mirror list, hosted at ThFree Co, Russian Federation.

greybackground.xml « drawable « res - github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 529af5e8a2a7e38e0c67f3efe449f2a6b69d04f1 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
    <item
        android:state_pressed="true"
        android:drawable="@drawable/grey" />
</selector>