From 88b40736874a876576e1dc6c49c299fdfeb600bb Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 23 Dec 2018 20:04:08 -0500 Subject: Migrate to androidx (#1257) * Initial migration * Update gradle wrapper * Update iconics and revert progressanimator api * Clean up imports * Update dependencies and address some lint issues * Update constants * Remove extra import --- app/src/main/res/drawable/frost_f_200.xml | 14 ++++++++++++++ app/src/main/res/drawable/frost_f_256.xml | 14 -------------- 2 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 app/src/main/res/drawable/frost_f_200.xml delete mode 100644 app/src/main/res/drawable/frost_f_256.xml (limited to 'app/src/main/res/drawable') diff --git a/app/src/main/res/drawable/frost_f_200.xml b/app/src/main/res/drawable/frost_f_200.xml new file mode 100644 index 00000000..3f07c641 --- /dev/null +++ b/app/src/main/res/drawable/frost_f_200.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/frost_f_256.xml b/app/src/main/res/drawable/frost_f_256.xml deleted file mode 100644 index 220dee69..00000000 --- a/app/src/main/res/drawable/frost_f_256.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - \ No newline at end of file -- cgit v1.2.3