Re: [android-developers] issue with Edit Text

2010-11-10 Thread TreKing
On Wed, Nov 10, 2010 at 8:39 AM, Kartik Bansal wrote: > if i align the text then hint is not shown but if i remove the gravity tag > for aligning text then it shows. > What's the alignment? Is this in the preview in Eclipse or when you actually run it? --

[android-developers] issue with Edit Text

2010-11-10 Thread Kartik Bansal
hi, in my app i am using edit text. i am specifying hint as well as aligning the text of the edit text using the gravity tag. if i align the text then hint is not shown but if i remove the gravity tag for aligning text then it shows. please help as to how i can align text as well as show hint..