I used the below code to add dividers to my list. But my question is how can I add margin_start to those dividers so the that it will look something like the attached image. Thank in advance.
DividerItemDecoration dividerItemDecoration = new DividerItemDecoration(recyclerView.getContext(),
layoutManager.getOrientation());
recyclerView.addItemDecoration(dividerItemDecoration);