Where is ConstraintLayout source code located?

烈酒焚心 提交于 2020-01-31 07:09:13

问题


Where can I find the source code for the android ConstraintLayout? I can't find it in the support framework repository and even in Google search.


回答1:


Its source code is here: https://android.googlesource.com/platform/frameworks/opt/sherpa/+/studio-3.0/constraintlayout/src/main/java/android/support/constraint/ConstraintLayout.java

The Android SDK search extension adds a "View source" button on d.android.com reference, which helped me to get this link



来源:https://stackoverflow.com/questions/45690904/where-is-constraintlayout-source-code-located

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!