Re: [android-developers] Re: Petition: Google, please improve the Android Market.

2010-02-22 Thread Deekshit
I am not sure how many of us agree on item (1) in the petition. But I found, google should really improve on the market website. I wanted to write an android app. There is no way to know if the application already exists in android market. What I see is list of featured paid/free apps. It does not

[android-developers] Align center vertically does not work

2010-02-22 Thread Deekshit
Hi all, I wanted to place a text and a horizontal line. To group various fields in a UI. I wanted the line to be aligned center(vertically) with respect to the textview. I trie dthe following piece of code. It does not work. The line (wsing View tag) always stays at the top. I set the gravity to

[android-developers] ImageView.setDrawable does not work

2010-02-19 Thread Deekshit
Hi all, When I try to set image using iv.setImageDrawable( getResources().getDrawable(R.drawable.up)); iv.setAdjustViewBounds(true); iv.setLayoutParams(new Gallery.LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT)); the image view still shows the image which I hav