summaryrefslogtreecommitdiff
path: root/main/res/anim-ldrtl-v31/sud_slide_back_in.xml
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2022-01-17 13:51:44 +0800
committerPasty Chang <pastychang@google.com>2022-01-19 02:29:42 +0000
commit02adcda3c69c4bab7aecb5ff21ebba7e59e6ed2c (patch)
tree6ae7d0545d5ca4605b4f771b915c221710044ea7 /main/res/anim-ldrtl-v31/sud_slide_back_in.xml
parentd79322aa38ffa9782651cb3383e9a482d59b4c4a (diff)
downloadsetupdesign-02adcda3c69c4bab7aecb5ff21ebba7e59e6ed2c.tar.gz
Import updated Android Setupdesign Library 422272789
Copied from google3/third_party/java_src/android_libs/setupdesign Test: mm Included changes: - 422272789 Fixed the wrong attribute for default footer bar padding ... - 421746593 [SetupDesign] Support EditBox dynamic color for new dynam... - 421699365 [Transition] Migrates interpolator config file from anim-... - 421586845 Add List Item Material Next Style. - 421573482 Fix the Edit box theme. - 421555926 [SetupDesing] Prepare the new DynamicColor theme without ... - 421548320 [SetupDesing] Fix the loading circle too large issue - 421491041 Fix alert dialog title text size to match GM3 guideline. - 421479952 Add edit box theme. - 421459352 Add attribute of list item divider shown. - 421431651 Automated g4 rollback of changelist 417941860. - 420060995 [SetupCompat] Add helper to read the MY style flag from s... - 419874242 Migrate android.support.annotation. to androidx.annotation. - 418572016 [SetupDesign] Add GlifV4 theme - 417941860 Automated g4 rollback of changelist 416459854. - 416459854 [Tablet] Set default top margin value into setupdesign li... Bug:213303604 PiperOrigin-RevId: 422272789 Change-Id: Idad4c466281927679f3e27449e92105623bcbe41
Diffstat (limited to 'main/res/anim-ldrtl-v31/sud_slide_back_in.xml')
-rw-r--r--main/res/anim-ldrtl-v31/sud_slide_back_in.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/anim-ldrtl-v31/sud_slide_back_in.xml b/main/res/anim-ldrtl-v31/sud_slide_back_in.xml
index 006d9b4..0f9bba9 100644
--- a/main/res/anim-ldrtl-v31/sud_slide_back_in.xml
+++ b/main/res/anim-ldrtl-v31/sud_slide_back_in.xml
@@ -19,4 +19,4 @@
android:duration="@integer/sudTransitionDuration"
android:fromXDelta="100%"
android:toXDelta="0%"
- android:interpolator="@anim/sud_interpolator" />
+ android:interpolator="@interpolator/sud_interpolator" />