Re: [android-developers] Override Hint when EditText is fullscreen

2011-08-04 Thread Nick Risaro
You can try with one layout for each mode, in one you have the "Enter User Name" text and in the other don't. On Wed, Aug 3, 2011 at 9:12 PM, Karthz wrote: > Can I override the hint of an EditText when it is in landscape mode > and the ime is fullscreen? > > For example, in a login screen, I hav

[android-developers] Override Hint when EditText is fullscreen

2011-08-04 Thread Karthz
Can I override the hint of an EditText when it is in landscape mode and the ime is fullscreen? For example, in a login screen, I have a TextView labeled "User Name: " with an EditText with no hint (or say, a different hint) - on both portrait and landscape modes. However, since the TextView would