Skip to content

Instantly share code, notes, and snippets.

@Meet-Miyani
Meet-Miyani / ConstraintKtx
Last active August 20, 2025 03:05
Kotlin Extension (KTX) Functions for the Constraint-Layout, which can be used programmatically, to manipulate your views.
// Adding More Soon..
// Author Meet Miyani
// Git : https://github.com/Meet-Miyani
//Sample Usage is at the bottom of the File
import android.view.View
import android.view.ViewGroup
import android.widget.FrameLayout
import android.widget.LinearLayout
import android.widget.RelativeLayout