Skip to content

Commit

Permalink
Fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
emartynov authored and florina-muntenescu committed Dec 20, 2019
1 parent 7674959 commit 4687eca
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Rect;
import androidx.annotation.ColorInt;
import androidx.annotation.FloatRange;
import android.util.AttributeSet;
import android.util.Property;

import androidx.annotation.ColorInt;
import androidx.annotation.FloatRange;
import io.plaidapp.core.R;
import io.plaidapp.core.util.AnimUtils;
import io.plaidapp.core.util.ColorUtils;
Expand Down

0 comments on commit 4687eca

Please sign in to comment.