Loading libs/WindowManager/Shell/res/animator/tv_window_menu_action_button_animator.xml +14 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,20 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"> <set> <objectAnimator android:duration="200" android:propertyName="scaleX" android:valueTo="1.0" android:valueType="floatType"/> <objectAnimator android:duration="200" android:propertyName="scaleY" android:valueTo="1.0" android:valueType="floatType"/> </set> </item> <item android:state_focused="true"> <set> <objectAnimator Loading Loading
libs/WindowManager/Shell/res/animator/tv_window_menu_action_button_animator.xml +14 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,20 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true"> <set> <objectAnimator android:duration="200" android:propertyName="scaleX" android:valueTo="1.0" android:valueType="floatType"/> <objectAnimator android:duration="200" android:propertyName="scaleY" android:valueTo="1.0" android:valueType="floatType"/> </set> </item> <item android:state_focused="true"> <set> <objectAnimator Loading