This repository was archived by the owner on Jul 22, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
app/src/main/res/drawable Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <selector xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <animated- selector xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : enterFadeDuration =" @integer/ui_fadeAnimTime"
4
4
android : exitFadeDuration =" @integer/ui_fadeAnimTime" >
5
5
<item android : state_enabled =" false" >
22
22
<solid android : color =" @color/eggplant" />
23
23
</shape >
24
24
</item >
25
- </selector >
25
+ </animated- selector >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <selector xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <animated- selector xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : enterFadeDuration =" @integer/ui_fadeAnimTime"
4
4
android : exitFadeDuration =" @integer/ui_fadeAnimTime" >
5
5
<item android : state_enabled =" false" >
42
42
android : bottomLeftRadius =" 20dp" />
43
43
</shape >
44
44
</item >
45
- </selector >
45
+ </animated- selector >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <selector xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ <animated- selector xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
android : enterFadeDuration =" @integer/ui_fadeAnimTime"
4
4
android : exitFadeDuration =" @integer/ui_fadeAnimTime" >
5
5
<item android : state_enabled =" false" >
30
30
<corners android : bottomRightRadius =" 20dp" android : topRightRadius =" 20dp" />
31
31
</shape >
32
32
</item >
33
- </selector >
33
+ </animated- selector >
You can’t perform that action at this time.
0 commit comments