Android - 布局上下文的含义是什么?

时间:2015-06-29 16:54:33

标签: android layout

布局中的上下文是什么意思?

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="THIS VALUE!!!!!!">

</Scrollview>

1 个答案:

答案 0 :(得分:2)

tools:context提供上下文(即与布局相关联的活动),Android Studio中的可视布局编辑器使用该上下文来呈现布局。您可以阅读更多相关信息here