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

@ -17,7 +17,7 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?list_selector"
android:background="?rect_selector"
android:minHeight="48dp"
android:orientation="horizontal"
android:paddingTop="2dp"