Posts

Showing posts from February, 2021

Transparan tag header sketchware

Image
Copy this code add in on create :  getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE | View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN); getWindow().setStatusBarColor(Color.TRANSPARENT);

Card view Sketchware Pro use liatview & recycleview

Image
 final CarouselLayoutManager recyclerview1layout = new CarouselLayoutManager(CarouselLayoutManager.HORIZONTAL,true); recyclerview1layout.setPostLayoutListener(new CarouselZoomPostLayoutListener()); recyclerview1.addOnScrollListener(new CenterScrollListener()); recyclerview1.setLayoutManager(recyclerview1layout); recyclerview1.setHasFixedSize(true);