Skip to content

Instantly share code, notes, and snippets.

@xeron56
Last active April 18, 2020 02:18
Show Gist options
  • Save xeron56/f8ebb144a97f7b602948132785484c03 to your computer and use it in GitHub Desktop.
Save xeron56/f8ebb144a97f7b602948132785484c03 to your computer and use it in GitHub Desktop.

implementation 'androidx.recyclerview:recyclerview:1.0.0'

android.support.design.widget.TextInputLayout => com.google.android.material.textfield.TextInputLayout

android.support.v7.widget.RecyclerView => androidx.recyclerview.widget.RecyclerView

android.support.v4.widget.SwipeRefreshLayout => androidx.swiperefreshlayout.widget.SwipeRefreshLayout

android.support.v7.widget.Toolbar => androidx.appcompat.widget.Toolbar

android.support.design.widget.AppBarLayout => com.google.android.material.appbar.AppBarLayout

android.support.design.widget.CoordinatorLayout => androidx.coordinatorlayout.widget.CoordinatorLayout

android.support.percent.PercentRelativeLayout =>androidx.percentlayout.widget.PercentRelativeLayout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment