android - Where ConstraintLayout source code located? -


where can find source code android constraintlayout? can't find in support framework repository. , in google.

there nothing easy working constraintlayout. write dependency in gradle.build

compile 'com.android.support.constraint:constraint-layout:1.0.2' 

for further knowledge, visit documentation of contraintlayout in link


Comments

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -