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
Post a Comment