here is the view, which I want to give bottom margin programmatically
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="20dp"<!--this thing want to do via java/kotlin code-->
/>