mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-18 21:32:16 -05:00
7 lines
330 B
XML
7 lines
330 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
||
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<item android:state_focused="true"
|
||
|
android:drawable="@drawable/keychaintheme_textfield_activated_holo_light" />
|
||
|
<item android:drawable="@drawable/keychaintheme_textfield_default_holo_light" />
|
||
|
</selector>
|