Change color tint of AppCompatCheckbox
Build config: compileSdkVersion 23 buildToolsVersion “23.0.2” defaultConfig { applicationId “com.khoaha.app” minSdkVersion 17 targetSdkVersion 22 versionCode 2 versionName “1.0” multiDexEnabled false…
Build config: compileSdkVersion 23 buildToolsVersion “23.0.2” defaultConfig { applicationId “com.khoaha.app” minSdkVersion 17 targetSdkVersion 22 versionCode 2 versionName “1.0” multiDexEnabled false…
public class LinearLayoutManagerWithSmoothScroller extends LinearLayoutManager { public LinearLayoutManagerWithSmoothScroller(Context context) { super(context, VERTICAL, false); } public LinearLayoutManagerWithSmoothScroller(Context context, int orientation, boolean…
AppBarLayout appBarLayout = (AppBarLayout) view.findViewById(R.id.app_bar_layout); appBarLayout.addOnOffsetChangedListener(this); — @Override public void onOffsetChanged(AppBarLayout appBarLayout, int offset) { if (offset == 0) {…