布局中的上下文是什么意思?
<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>
答案 0 :(得分:2)
tools:context
提供上下文(即与布局相关联的活动),Android Studio中的可视布局编辑器使用该上下文来呈现布局。您可以阅读更多相关信息here。