ui: purplize searchtext in keylist

This commit is contained in:
Vincent Breitmoser
2014-05-07 03:07:24 +02:00
parent 873b1be75d
commit 65274f6c16
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?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>