Skip to content

Instantly share code, notes, and snippets.

@NotWoods
Created August 19, 2019 16:40
Show Gist options
  • Save NotWoods/85381f23acc487a3049084bed855ac69 to your computer and use it in GitHub Desktop.
Save NotWoods/85381f23acc487a3049084bed855ac69 to your computer and use it in GitHub Desktop.
<?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_enabled">
<target android:name="strike_thru_path" android:animation="@animator/strike_thru_path_enabled_to_disabled" />
<target android:name="strike_thru_gap" android:animation="@animator/strike_thru_gap_enabled_to_disabled" />
<target android:name="icon" android:animation="@animator/icon_enabled_to_disabled" />
</animated-vector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment