简体   繁体   English

ConstraintLayout 源代码在哪里?

[英]Where is ConstraintLayout source code located?

Where can I find the source code for the android ConstraintLayout ?在哪里可以找到 android ConstraintLayout的源代码? I can't find it in the support framework repository and even in Google search.我在支持框架存储库中甚至在 Google 搜索中都找不到它。

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它的源代码在这里: 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 Android SDK 搜索扩展在 d.android.com 参考中添加了“查看源代码”按钮,这有助于我获得此链接

ConstraintLayoutAndroidX版本的源代码可以在这里找到: https : //android.googlesource.com/platform/frameworks/support/+/refs/heads/androidx-master-dev/ui/ui-layout/src/main /java/androidx/ui/layout/ConstraintLayout.kt

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM