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

text_input_layout_color.xml « color « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fcd5fa09a77088b3d0903f9c579bbffb0e6e181c (plain)
1
2
3
4
5
6
7
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="true" android:color="@color/accent"/>
    <item android:state_hovered="true" android:color="@color/accent"/>
    <item android:state_focused="true" android:color="@color/accent"/>
    <item android:color="@color/grey600" />
</selector>