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
| package com.github.jasonhezz.likesplash.util | |
| import android.content.Context | |
| import android.graphics.Rect | |
| import android.os.Build | |
| import android.support.v4.view.ViewCompat | |
| import android.support.v4.view.WindowInsetsCompat | |
| import android.util.AttributeSet | |
| import android.view.Gravity | |
| import android.view.View |
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
| package android.support.design.widget | |
| import android.content.Context | |
| import android.graphics.Rect | |
| import android.graphics.RectF | |
| import android.os.Parcel | |
| import android.os.Parcelable | |
| import android.support.v4.view.AbsSavedState | |
| import android.support.v7.widget.Toolbar | |
| import android.util.AttributeSet |
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
| package com.github.jasonhezz.likesplash.extension | |
| import android.graphics.Color | |
| import java.util.regex.Pattern | |
| /** | |
| * Created by JavaCoder on 2017/10/23. | |
| */ |