2011年2月16日 星期三

[Android] 如何讓TextView不要顯示

在XML編輯TextView的widget
有時候因為開發需求不需要顯示
但以後可能會有需要

要如何在XML中保存
又不要顯示在畫面上呢

你可以在TextView中加入
android:visibility="invisible"

顯示TextView

不顯示TextView


Source code download

Reference:
http://developer.android.com/reference/android/view/View.html#setVisibility(int)

透過Facebook分享

沒有留言: