Replaced the selectors with the ones from cabinet to fix the ripple flickering bug.

This commit is contained in:
Karim Abou Zeid 2015-05-21 18:27:22 +02:00
commit 5dd57ef3ed
24 changed files with 64 additions and 78 deletions

View file

@ -1,4 +1,7 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" android:exitFadeDuration="@android:integer/config_shortAnimTime">
<item android:state_pressed="true" android:drawable="@drawable/round_selected" />
<item android:drawable="@android:color/transparent" />
</selector>