*Set visibility:* You can hide or show views using
setVisibility(int)<http://developer.android.com/reference/android/view/View.html#setVisibility%28int%29>
.

*public void setVisibility* * (int visibility)
Since: API Level 1*

Set the enabled state of this view.
 Related XML Attributes

   - 
android:visibility<http://developer.android.com/reference/android/view/View.html#attr_android:visibility>

 Parameters visibility One of
VISIBLE<http://developer.android.com/reference/android/view/View.html#VISIBLE>,
INVISIBLE<http://developer.android.com/reference/android/view/View.html#INVISIBLE>,
or GONE <http://developer.android.com/reference/android/view/View.html#GONE>
.


On Tue, Nov 15, 2011 at 7:47 AM, TreKing <[email protected]> wrote:

> On Mon, Nov 14, 2011 at 10:48 AM, Raphael de Souza Oliveira <
> [email protected]> wrote:
>
>> How can I make for one of these, disappear and don't occupy space?
>
>
> http://developer.android.com/reference/android/view/View.html
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to