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 11<?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"
33 android : enterFadeDuration =" @integer/ui_fadeAnimTime"
44 android : exitFadeDuration =" @integer/ui_fadeAnimTime" >
55 <item android : state_enabled =" false" >
2222 <solid android : color =" @color/eggplant" />
2323 </shape >
2424 </item >
25- </selector >
25+ </animated- selector >
Original file line number Diff line number Diff line change 11<?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"
33 android : enterFadeDuration =" @integer/ui_fadeAnimTime"
44 android : exitFadeDuration =" @integer/ui_fadeAnimTime" >
55 <item android : state_enabled =" false" >
4242 android : bottomLeftRadius =" 20dp" />
4343 </shape >
4444 </item >
45- </selector >
45+ </animated- selector >
Original file line number Diff line number Diff line change 11<?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"
33 android : enterFadeDuration =" @integer/ui_fadeAnimTime"
44 android : exitFadeDuration =" @integer/ui_fadeAnimTime" >
55 <item android : state_enabled =" false" >
3030 <corners android : bottomRightRadius =" 20dp" android : topRightRadius =" 20dp" />
3131 </shape >
3232 </item >
33- </selector >
33+ </animated- selector >
You can’t perform that action at this time.
0 commit comments