diff options
| author | Alan Viverette <alanv@google.com> | 2015-05-06 03:55:37 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-06 03:55:38 +0000 |
| commit | 7f76ff39b7d0ac7aa31c9528c179e1a99578c108 (patch) | |
| tree | fb1ebc002c0d49a451a1bb230f05e9d47d2ab01b | |
| parent | c9399a80448ddc4a01d5a9c3d738f3077f70233c (diff) | |
| parent | e318a467e103e2d08b788f0f99c9e6672e571692 (diff) | |
| download | frameworks_base-7f76ff39b7d0ac7aa31c9528c179e1a99578c108.zip frameworks_base-7f76ff39b7d0ac7aa31c9528c179e1a99578c108.tar.gz frameworks_base-7f76ff39b7d0ac7aa31c9528c179e1a99578c108.tar.bz2 | |
Merge "Fix checkbox animation end colors" into mnc-dev
| -rw-r--r-- | core/res/res/anim/ic_checkbox_to_checked_box_inner_merged_animation.xml (renamed from core/res/res/anim/ic_checkbox_unchecked_box_inner_merged_animation.xml) | 9 | ||||
| -rw-r--r-- | core/res/res/anim/ic_checkbox_to_checked_box_outer_merged_animation.xml (renamed from core/res/res/anim/ic_checkbox_unchecked_box_outer_merged_animation.xml) | 12 | ||||
| -rw-r--r-- | core/res/res/anim/ic_checkbox_to_checked_icon_null_animation.xml (renamed from core/res/res/anim/ic_checkbox_unchecked_icon_null_animation.xml) | 12 | ||||
| -rw-r--r-- | core/res/res/anim/ic_checkbox_to_unchecked_box_inner_merged_animation.xml (renamed from core/res/res/anim/ic_checkbox_checked_box_inner_merged_animation.xml) | 12 | ||||
| -rw-r--r-- | core/res/res/anim/ic_checkbox_to_unchecked_check_path_merged_animation.xml (renamed from core/res/res/anim/ic_checkbox_checked_check_path_merged_animation.xml) | 9 | ||||
| -rw-r--r-- | core/res/res/anim/ic_checkbox_to_unchecked_icon_null_animation.xml (renamed from core/res/res/anim/ic_checkbox_checked_icon_null_animation.xml) | 12 | ||||
| -rw-r--r-- | core/res/res/drawable/btn_check_material_anim.xml | 23 | ||||
| -rw-r--r-- | core/res/res/drawable/ic_checkbox_checked.xml | 24 | ||||
| -rw-r--r-- | core/res/res/drawable/ic_checkbox_checked_to_unchecked_animation.xml (renamed from core/res/res/drawable/ic_checkbox_checked_animation.xml) | 14 | ||||
| -rw-r--r-- | core/res/res/drawable/ic_checkbox_unchecked.xml | 24 | ||||
| -rw-r--r-- | core/res/res/drawable/ic_checkbox_unchecked_to_checked_animation.xml (renamed from core/res/res/drawable/ic_checkbox_unchecked_animation.xml) | 14 |
11 files changed, 65 insertions, 100 deletions
diff --git a/core/res/res/anim/ic_checkbox_unchecked_box_inner_merged_animation.xml b/core/res/res/anim/ic_checkbox_to_checked_box_inner_merged_animation.xml index b5ad5e9d..e522453 100644 --- a/core/res/res/anim/ic_checkbox_unchecked_box_inner_merged_animation.xml +++ b/core/res/res/anim/ic_checkbox_to_checked_box_inner_merged_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,8 +14,7 @@ limitations under the License. --> -<set - xmlns:android="http://schemas.android.com/apk/res/android" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> <objectAnimator android:duration="166" android:propertyName="pathData" @@ -24,8 +22,7 @@ android:valueTo="M 0.0,-0.05 l 0.0,0.0 c 0.02761423749,0.0 0.05,0.02238576251 0.05,0.05 l 0.0,0.0 c 0.0,0.02761423749 -0.02238576251,0.05 -0.05,0.05 l 0.0,0.0 c -0.02761423749,0.0 -0.05,-0.02238576251 -0.05,-0.05 l 0.0,0.0 c 0.0,-0.02761423749 0.02238576251,-0.05 0.05,-0.05 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" android:valueType="pathType" android:interpolator="@interpolator/ic_checkbox_unchecked_animation_interpolator_1" /> - <set - android:ordering="sequentially" > + <set android:ordering="sequentially"> <objectAnimator android:duration="166" android:propertyName="fillAlpha" diff --git a/core/res/res/anim/ic_checkbox_unchecked_box_outer_merged_animation.xml b/core/res/res/anim/ic_checkbox_to_checked_box_outer_merged_animation.xml index 066971a..628e967 100644 --- a/core/res/res/anim/ic_checkbox_unchecked_box_outer_merged_animation.xml +++ b/core/res/res/anim/ic_checkbox_to_checked_box_outer_merged_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,10 +14,8 @@ limitations under the License. --> -<set - xmlns:android="http://schemas.android.com/apk/res/android" > - <set - android:ordering="sequentially" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <set android:ordering="sequentially"> <objectAnimator android:duration="200" android:propertyName="pathData" @@ -34,8 +31,7 @@ android:valueType="pathType" android:interpolator="@interpolator/ic_checkbox_unchecked_animation_interpolator_1" /> </set> - <set - android:ordering="sequentially" > + <set android:ordering="sequentially"> <objectAnimator android:duration="166" android:propertyName="fillAlpha" diff --git a/core/res/res/anim/ic_checkbox_unchecked_icon_null_animation.xml b/core/res/res/anim/ic_checkbox_to_checked_icon_null_animation.xml index fc40d47..6fa3fd5 100644 --- a/core/res/res/anim/ic_checkbox_unchecked_icon_null_animation.xml +++ b/core/res/res/anim/ic_checkbox_to_checked_icon_null_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,10 +14,8 @@ limitations under the License. --> -<set - xmlns:android="http://schemas.android.com/apk/res/android" > - <set - android:ordering="sequentially" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <set android:ordering="sequentially"> <objectAnimator android:duration="200" android:propertyName="scaleX" @@ -32,8 +29,7 @@ android:valueTo="0.2" android:interpolator="@interpolator/ic_checkbox_unchecked_animation_interpolator_1" /> </set> - <set - android:ordering="sequentially" > + <set android:ordering="sequentially"> <objectAnimator android:duration="200" android:propertyName="scaleY" diff --git a/core/res/res/anim/ic_checkbox_checked_box_inner_merged_animation.xml b/core/res/res/anim/ic_checkbox_to_unchecked_box_inner_merged_animation.xml index 7be32af..d35b426 100644 --- a/core/res/res/anim/ic_checkbox_checked_box_inner_merged_animation.xml +++ b/core/res/res/anim/ic_checkbox_to_unchecked_box_inner_merged_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,10 +14,8 @@ limitations under the License. --> -<set - xmlns:android="http://schemas.android.com/apk/res/android" > - <set - android:ordering="sequentially" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <set android:ordering="sequentially"> <objectAnimator android:duration="166" android:propertyName="pathData" @@ -34,8 +31,7 @@ android:valueType="pathType" android:interpolator="@interpolator/ic_checkbox_checked_animation_interpolator_1" /> </set> - <set - android:ordering="sequentially" > + <set android:ordering="sequentially"> <objectAnimator android:duration="133" android:propertyName="fillAlpha" diff --git a/core/res/res/anim/ic_checkbox_checked_check_path_merged_animation.xml b/core/res/res/anim/ic_checkbox_to_unchecked_check_path_merged_animation.xml index fcba2c8..a5d814e 100644 --- a/core/res/res/anim/ic_checkbox_checked_check_path_merged_animation.xml +++ b/core/res/res/anim/ic_checkbox_to_unchecked_check_path_merged_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,8 +14,7 @@ limitations under the License. --> -<set - xmlns:android="http://schemas.android.com/apk/res/android" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> <objectAnimator android:duration="166" android:propertyName="pathData" @@ -24,8 +22,7 @@ android:valueTo="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 0.0,1.42500305176 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" android:valueType="pathType" android:interpolator="@interpolator/ic_checkbox_checked_animation_interpolator_1" /> - <set - android:ordering="sequentially" > + <set android:ordering="sequentially" > <objectAnimator android:duration="133" android:propertyName="fillAlpha" diff --git a/core/res/res/anim/ic_checkbox_checked_icon_null_animation.xml b/core/res/res/anim/ic_checkbox_to_unchecked_icon_null_animation.xml index 312003f..0f07b0e 100644 --- a/core/res/res/anim/ic_checkbox_checked_icon_null_animation.xml +++ b/core/res/res/anim/ic_checkbox_to_unchecked_icon_null_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,10 +14,8 @@ limitations under the License. --> -<set - xmlns:android="http://schemas.android.com/apk/res/android" > - <set - android:ordering="sequentially" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> + <set android:ordering="sequentially"> <objectAnimator android:duration="166" android:propertyName="scaleX" @@ -32,8 +29,7 @@ android:valueTo="0.2" android:interpolator="@interpolator/ic_checkbox_checked_animation_interpolator_1" /> </set> - <set - android:ordering="sequentially" > + <set android:ordering="sequentially"> <objectAnimator android:duration="166" android:propertyName="scaleY" diff --git a/core/res/res/drawable/btn_check_material_anim.xml b/core/res/res/drawable/btn_check_material_anim.xml index 7cb1b89..710a291 100644 --- a/core/res/res/drawable/btn_check_material_anim.xml +++ b/core/res/res/drawable/btn_check_material_anim.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- Copyright (C) 2014 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,24 +15,19 @@ --> <animated-selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item - android:id="@+id/on" + android:id="@+id/checked" android:state_checked="true" android:drawable="@drawable/ic_checkbox_checked" /> - <item - android:id="@+id/off" + android:id="@+id/unchecked" android:drawable="@drawable/ic_checkbox_unchecked" /> - <transition - android:fromId="@+id/off" - android:toId="@+id/on" - android:drawable="@drawable/ic_checkbox_unchecked_animation" /> - + android:fromId="@+id/unchecked" + android:toId="@+id/checked" + android:drawable="@drawable/ic_checkbox_unchecked_to_checked_animation" /> <transition - android:fromId="@+id/on" - android:toId="@+id/off" - android:drawable="@drawable/ic_checkbox_checked_animation" /> - + android:fromId="@+id/checked" + android:toId="@+id/unchecked" + android:drawable="@drawable/ic_checkbox_checked_to_unchecked_animation" /> </animated-selector> diff --git a/core/res/res/drawable/ic_checkbox_checked.xml b/core/res/res/drawable/ic_checkbox_checked.xml index cc7b5df..ecde414 100644 --- a/core/res/res/drawable/ic_checkbox_checked.xml +++ b/core/res/res/drawable/ic_checkbox_checked.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,24 +14,23 @@ limitations under the License. --> -<vector - xmlns:android="http://schemas.android.com/apk/res/android" - android:name="ic_checkbox_checked" - android:width="32dp" - android:viewportWidth="48" - android:height="32dp" - android:viewportHeight="48" - android:tint="?attr/colorControlActivated" > +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:name="ic_checkbox_checked" + android:width="32dp" + android:viewportWidth="48" + android:height="32dp" + android:viewportHeight="48" + android:tint="@color/control_checkable_material"> <group android:name="icon_null" android:translateX="24" android:translateY="24" android:scaleX="0.2" - android:scaleY="0.2" > + android:scaleY="0.2"> <group android:name="check" android:scaleX="7.5" - android:scaleY="7.5" > + android:scaleY="7.5"> <path android:name="check_path_merged" android:pathData="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -5.0,-5.00001525879 -5.0,-5.00001525879 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 3.58590698242,3.58601379395 3.58590698242,3.58601379395 c 0.0,0.0 7.58590698242,-7.58601379395 7.58590698242,-7.58601379395 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -9.0,9.00001525879 -9.0,9.00001525879 Z" @@ -41,7 +39,7 @@ <group android:name="box_dilate" android:scaleX="7.5" - android:scaleY="7.5" > + android:scaleY="7.5"> <path android:name="box_inner_merged" android:pathData="M 0.0,-1.0 l 0.0,0.0 c 0.5522847498,0.0 1.0,0.4477152502 1.0,1.0 l 0.0,0.0 c 0.0,0.5522847498 -0.4477152502,1.0 -1.0,1.0 l 0.0,0.0 c -0.5522847498,0.0 -1.0,-0.4477152502 -1.0,-1.0 l 0.0,0.0 c 0.0,-0.5522847498 0.4477152502,-1.0 1.0,-1.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" diff --git a/core/res/res/drawable/ic_checkbox_checked_animation.xml b/core/res/res/drawable/ic_checkbox_checked_to_unchecked_animation.xml index af5eeee..fad2233 100644 --- a/core/res/res/drawable/ic_checkbox_checked_animation.xml +++ b/core/res/res/drawable/ic_checkbox_checked_to_unchecked_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,16 +14,15 @@ limitations under the License. --> -<animated-vector - xmlns:android="http://schemas.android.com/apk/res/android" - android:drawable="@drawable/ic_checkbox_checked" > +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_checkbox_checked"> <target android:name="icon_null" - android:animation="@anim/ic_checkbox_checked_icon_null_animation" /> + android:animation="@anim/ic_checkbox_to_unchecked_icon_null_animation" /> <target android:name="check_path_merged" - android:animation="@anim/ic_checkbox_checked_check_path_merged_animation" /> + android:animation="@anim/ic_checkbox_to_unchecked_check_path_merged_animation" /> <target android:name="box_inner_merged" - android:animation="@anim/ic_checkbox_checked_box_inner_merged_animation" /> + android:animation="@anim/ic_checkbox_to_unchecked_box_inner_merged_animation" /> </animated-vector> diff --git a/core/res/res/drawable/ic_checkbox_unchecked.xml b/core/res/res/drawable/ic_checkbox_unchecked.xml index 410f0bc..3329b46 100644 --- a/core/res/res/drawable/ic_checkbox_unchecked.xml +++ b/core/res/res/drawable/ic_checkbox_unchecked.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,24 +14,23 @@ limitations under the License. --> -<vector - xmlns:android="http://schemas.android.com/apk/res/android" - android:name="ic_checkbox_unchecked" - android:width="32dp" - android:viewportWidth="48" - android:height="32dp" - android:viewportHeight="48" - android:tint="?attr/colorControlNormal" > +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:name="ic_checkbox_unchecked" + android:width="32dp" + android:viewportWidth="48" + android:height="32dp" + android:viewportHeight="48" + android:tint="@color/control_checkable_material"> <group android:name="icon_null" android:translateX="24" android:translateY="24" android:scaleX="0.2" - android:scaleY="0.2" > + android:scaleY="0.2"> <group android:name="check" android:scaleX="7.5" - android:scaleY="7.5" > + android:scaleY="7.5"> <path android:name="box_outer_merged" android:pathData="M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M -2.0,5.00001525879 c 0.0,0.0 -1.4234161377,-1.40159606934 -1.4234161377,-1.40159606934 c 0.0,0.0 1.41409301758,-1.41409301758 1.41409301758,-1.41409301758 c 0.0,0.0 0.00932312011719,-0.0124053955078 0.00932312011719,-0.0124053955078 c 0.0,0.0 0.0234069824219,-0.0235137939453 0.0234069824219,-0.0235137939453 c 0.0,0.0 1.41409301758,1.41409301758 1.41409301758,1.41409301758 c 0.0,0.0 -1.4375,1.43751525879 -1.4375,1.43751525879 Z" @@ -42,7 +40,7 @@ <group android:name="box_dilate" android:scaleX="7.5" - android:scaleY="7.5" > + android:scaleY="7.5"> <path android:name="box_inner_merged" android:pathData="M -7.0,-7.0 l 14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l -14.0,0.0 c 0.0,0.0 0.0,0.0 0.0,0.0 l 0.0,-14.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z M 7.0,-9.0 c 0.0,0.0 -14.0,0.0 -14.0,0.0 c -1.1044921875,0.0 -2.0,0.8955078125 -2.0,2.0 c 0.0,0.0 0.0,14.0 0.0,14.0 c 0.0,1.1044921875 0.8955078125,2.0 2.0,2.0 c 0.0,0.0 14.0,0.0 14.0,0.0 c 1.1044921875,0.0 2.0,-0.8955078125 2.0,-2.0 c 0.0,0.0 0.0,-14.0 0.0,-14.0 c 0.0,-1.1044921875 -0.8955078125,-2.0 -2.0,-2.0 c 0.0,0.0 0.0,0.0 0.0,0.0 Z" diff --git a/core/res/res/drawable/ic_checkbox_unchecked_animation.xml b/core/res/res/drawable/ic_checkbox_unchecked_to_checked_animation.xml index 605fce1..6835170 100644 --- a/core/res/res/drawable/ic_checkbox_unchecked_animation.xml +++ b/core/res/res/drawable/ic_checkbox_unchecked_to_checked_animation.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- - Copyright (C) 2015 The Android Open Source Project +<!-- Copyright (C) 2015 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -15,16 +14,15 @@ limitations under the License. --> -<animated-vector - xmlns:android="http://schemas.android.com/apk/res/android" - android:drawable="@drawable/ic_checkbox_unchecked" > +<animated-vector xmlns:android="http://schemas.android.com/apk/res/android" + android:drawable="@drawable/ic_checkbox_unchecked"> <target android:name="icon_null" - android:animation="@anim/ic_checkbox_unchecked_icon_null_animation" /> + android:animation="@anim/ic_checkbox_to_checked_icon_null_animation" /> <target android:name="box_outer_merged" - android:animation="@anim/ic_checkbox_unchecked_box_outer_merged_animation" /> + android:animation="@anim/ic_checkbox_to_checked_box_outer_merged_animation" /> <target android:name="box_inner_merged" - android:animation="@anim/ic_checkbox_unchecked_box_inner_merged_animation" /> + android:animation="@anim/ic_checkbox_to_checked_box_inner_merged_animation" /> </animated-vector> |
