Created
August 19, 2019 16:41
-
-
Save NotWoods/9a386ce1b1ff53a5563da6b44bd45dc1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- This Source Code Form is subject to the terms of the Mozilla Public | |
- License, v. 2.0. If a copy of the MPL was not distributed with this | |
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | |
<animated-vector | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:drawable="@drawable/ic_protection_disabled"> | |
<target android:name="strike_thru_path" android:animation="@animator/strike_thru_path_disabled_to_enabled" /> | |
<target android:name="strike_thru_gap" android:animation="@animator/strike_thru_gap_disabled_to_enabled" /> | |
<target android:name="icon" android:animation="@animator/icon_disabled_to_enabled" /> | |
</animated-vector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment