Skip to main content

All Questions

Tagged with
0 votes
1 answer
464 views

Make visible single View in RelativeLayout

I have a RelativeLayout which contains a LinearLayout containing 2 buttons. I would like to make those buttons visible without making the whole RelativeLayout or LinearLayout visible. While debugging, ...
Coleen's user avatar
  • 124
0 votes
1 answer
16 views

Java JTextField view from the Right

I have a JTextField that I'm trying to get to automatically view from the Right (Not align to the right), so if the text is to long for the JTextField it will display the last characters in the String ...
Sharmastic's user avatar
1 vote
0 answers
859 views

View.setVisibility(View.Gone) doesn't work anymore

I have a problem. view.setVisibility(View.GONE) doesn't work for me anymore. I will show you what I'm working on. I globally declared this outside of OnCreate() : final ArrayList<View> ...
kalu's user avatar
  • 169
4 votes
4 answers
7k views

Android Visibility from GONE to VISIBLE doesn't work first time

Hello I have a problem with an animation I try to make. I use this library AndroidViewAnimations. Here is my layout xml code: <Button android:id="@+id/buttonDetails" style="...
user3596163's user avatar
1 vote
1 answer
2k views

How to Disable control till Progress Bar is active

I have kept progressbar visibility to invisible from xml. Its respective activity have a Asynch Task when in onPreExecute its visibility is turn out to visible and invisible in onPostExecute. All ...
Varun Vishnoi's user avatar
0 votes
1 answer
391 views

Last place to set visibility of a child view

I am using Android APi 3. I built a container control that contains two controls: another container (layout) and a ListView. In the main container control, I overrode onLayout function to change ...
Kee's user avatar
  • 11