[android-developers] Edit Text searching using Filters.

2013-03-11 Thread Seshu
Hi all, I am developing a small dictionary application in which the user can search the word. here i am using sqlite file for getting data. everything is working fine for me but i am getting the issue while searching the keyword i.e., when i entered some key word say wall then i need to

[android-developers] Edit Text

2013-03-01 Thread Arun Kumar K
Hi Guys, I have one problem in edit textif i enter the number in edit text i want to display like this 1234-5678-9102-3214 Constrain is Input Type=number maximumlength=19 how can i do this one pls help me -- *Thanks Regards* *K.Arun Kumar* -- -- You received this message because you

[android-developers] edit text begin scroll after second line

2012-12-10 Thread Live Happy
i have a EditText in a relativelayout i want the edit text to begin scroll after writing the second line but its not work with me any help with that this is my code xml RelativeLayout android:layout_width=match_parent android:layout_height=match_parent

[android-developers] Edit text with lines to get notepad look

2011-07-26 Thread ivan harmady
Hi people, I'm really stuck in this thing. I need to make something with look like notepad. Shortly: it should have yellow background and line below each row. And this is problem form me. I can't find any method to make or draw these lines, i googled for a very long time but didn't find anything.

Re: [android-developers] Edit text with lines to get notepad look

2011-07-26 Thread Raghav Sood
Create a class that extends the widget your are modifying and override the onDraw() method. On Tue, Jul 26, 2011 at 9:23 PM, ivan harmady ivan.harm...@gmail.comwrote: Hi people, I'm really stuck in this thing. I need to make something with look like notepad. Shortly: it should have yellow

[android-developers] edit text,and button's size

2010-08-04 Thread A N K ! T
i am trying to set size of edit text and buttons according to screen size so what i want to know is there any way to set EditText Width dynamically according to screen size... -- A N K ! T.. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Edit Text Password visible on focus in landscape

2010-03-03 Thread Adrian Vintu
EditText editText = (EditText) findViewById(R.id.EditText01); editText.setInputType(InputType.TYPE_TEXT_VARIATION_PASSWORD); //also available in design mode editText.setTransformationMethod(new PasswordTransformationMethod()); BR, Adrian Vintu http://adrianvintu.com On Tue, Feb 23, 2010 at 8:19

[android-developers] Edit Text Password visible on focus in landscape

2010-02-23 Thread syronet
I have a login screen with a edit text password field. In landscape mode, when i try to enter anything into the field, the view kinda zooms into the field with the virtual keyboard on the bottom, and anything i type is visible as plain text; now if i were to hit the back button, it will zoom out

[android-developers] Edit Text Objects

2010-01-26 Thread Uzair
Hi, ne1 knw how to create the edit text view without help from xml ... Wat m trying to do is that i have created 2 buttons (say btn1 and btn2).. Now wat i want is that when i click 'btn1' it show me 1 edit text object and if i click 'btn2' 2 edit boxes are shown. the problem is that using

[android-developers] edit text key events

2009-09-15 Thread schwiz
I am wondering if there is a way to override the onkeydown for an edittext view without making your own class? I just want my user to type something in and hit enter, i put up the flag so enter doesn't actually do anything now, but I want it to launch a function ive made.

[android-developers] Edit Text Max Limit charactars

2008-05-02 Thread Greg
I want to show a alert box if user type more than 13 charactars in EditText how can i do that? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to