2015-06-29 28 views
0

佈局上下文的想法是什麼?Android - 佈局上下文的含義是什麼?

<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> 

回答

2

tools:context提供的上下文(即,其活性的佈局相關聯),其用於通過Android Studio中視覺佈局編輯器來呈現佈局。你可以閱讀更多關於它here

相關問題