Replaced the selectors with the ones from cabinet to fix the ripple flickering bug.
This commit is contained in:
parent
fe3657707b
commit
5dd57ef3ed
24 changed files with 64 additions and 78 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<shape
|
||||
android:shape="oval"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/ripple_material_dark" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue