Tagged Questions
16
votes
6answers
14k views
(Android) How do I prevent an EditText from resizing itself when the user is typing?
I have an EditText and a button set next to each other on the same horizontal line. It looks great, except when the user enters a lot of text, the EditText is resized, and the button is squished.
I ...
13
votes
3answers
6k views
EditText, inputType values (xml)
Where can I find the values that inputType can have?
I'm aware of http://developer.android.com/reference/android/text/InputType.html, but how should the values look like in layout xml files?
12
votes
3answers
5k views
Vertical content align in Android EditText
I have a multi-line EditText:
<EditText android:layout_gravity="center" android:id="@+id/txtMessage"
android:layout_height="wrap_content" android:layout_below="@+id/lblMessage"
...
3
votes
1answer
363 views
How can I cause editing of EditText to happen in full screen mode?
As shown in the landscape images here: http://android-developers.blogspot.com/2009/04/updating-applications-for-on-screen.html .
I don't necessarily need to do the fullscreen thing, but my issue is ...
3
votes
1answer
936 views
Enable Scrolling within EditText that is in a ScrollView
Our app (WordPress for Android) uses a scrollview for the new post view, where a user enters in their new blog post. There's quite a few fields on this view, including a large EditText for the post ...
2
votes
2answers
399 views
Android EditText Layout like Gmail Compose Screen
I am trying to implement the following:
Please check the image here:
The problem is whenever the user taps the compose mail edittext field, the send/save/discard buttons are hidden by the ...
2
votes
4answers
128 views
layout problem in android
Hi
i try show layout like image 1 (textView and editText in same line) but my out put shown like image 2 !
i try with this code :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
...
1
vote
3answers
166 views
How to modify marginTop by code?
I'm trying to find a way to modify marginTop for an EditText by code...I read about setLayoutParams but I get ForceClose and this message :
08-05 14:53:59.715: ERROR/AndroidRuntime(913): ...
1
vote
1answer
169 views
Android: Use edittext input to set text of a button?
I save my edditext text:
final EditText Zipcodeinput = (EditText) findViewById(R.id.Zipcode);
SharedPreferences settings = getSharedPreferences("cars4sale",0);
SharedPreferences.Editor editor = ...
1
vote
1answer
324 views
adMob banner covers text view when soft keyboard pops up
I have been having troubles keeping an adMob banner from rolling up along the soft keyboard and covering my text views....
This is the link to what I am trying to achieve in Android: ...
1
vote
1answer
254 views
android 2.3: page elements unclickable
Hello everybody I am pretty new at Android programming (2 months), so I hope you'll forgive my silly question, which has made me crazy for hours. I have developed an application having as a first ...
1
vote
2answers
230 views
Probably Really simple question about drawing on a screen with other views in android
I have been searching for the past few hours to the answer to a very dumb question. I know how to draw on the canvas in android if you extend the view class, modify onDraw and set setContentView() to ...
0
votes
2answers
65 views
EditText missing characters before adding a new line
I really don't like asking about these little issues, but after diggin for hours, it looks like a dead end.
I'm having a strage issue with a EditText in Android. It is very basic and no styles ...
0
votes
1answer
64 views
Edittext with custom offset rectangle background
I'd like to create and edittext box with a custom offset background like this:
How should I go about doing this?
0
votes
1answer
24 views
Can't add a view to XML layout from code
I have those code:
public class ContentEditText extends EditText {
/*
* Constructors
*/
public ContentEditText(Context context, AttributeSet attrs, int defStyle)
{
super(context, attrs, ...
0
votes
1answer
22 views
Restricting the layout position
I got an edit text at the bottom of my layout .. when I try to enter some data to the edit text my layout moves up in order to provide some space to the soft keyboard..But I wan to prevent the layout ...
0
votes
1answer
80 views
Android EditText sizing in a GridView
I have two GridViews layed out side by side.
The first GridView contains variable objects, in this case some EditTexts, depending on the game mode.
The second GridView contains TextViews that label ...
0
votes
4answers
116 views
Android EditText offset for the text?
I've created a background drawable for my EditText, but the text showed up IN the image border. I fixed this by setting 'scrollX to -12dip, and this seemed to word in Eclipse, in the graphical layout ...
0
votes
1answer
167 views
MutliLine EditText Resize To Fit Content Within ExpandableListView
I have a multiLine EditText field that I'm defining within my layout for the row like this:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout ...
0
votes
2answers
107 views
Moving the Edit Text
I have an edit text which is laid out in a framelayout. I am trying to allow the edittext to be movable around the screen when selected.
Hence, whenever the user selects the mode which allows moving ...
0
votes
1answer
131 views
Android 1.5 SDK + relative Layout + EditText stretches in landscape view
I have been working on my first app in Android and have study
various beginners books on the subject. At the moment the first app is
purely for my use to make sure that I understand the language ...
0
votes
1answer
314 views
EditTexts inside ExpandableListView
Hi I'm trying to make an activity that displays an ExpandableListView as shown in the figure.
When you click on the group it expands and shows a LinearLayout with a textview and an editext.
Right ...
0
votes
2answers
149 views
Android: Virtual Keyboard: the use has no idea what EditText he is filling in
I have a few forms that the user has to fill in and I use EditText to enter the information.
the problem is, when the user uses the virtual keyboard there no information about which field he is ...
0
votes
2answers
518 views
Custom EditText in Android: How do you reference in XML Layout?
I've created a custom EditText object called MyEditText (extends EditText) in order to override the onSelectionChanged(int start, int end) method. When I do this and attempt to reference this object ...
0
votes
1answer
151 views
How to hide softkeyboad when activity start in android?
I have android app in which one layout contains Linearlayout, ScrollView, TextView, EditView and Button. when I call from one activity to other this activity call and set layout which I have describe.
...
0
votes
1answer
485 views
How to use size of font from edittext hint in another view
I want to use the font type, color and size of the EditText hint in another view (sepcifically a TextView) to keep a consistent look in other areas of my form. How to I find out what to use?
I have ...
0
votes
1answer
81 views
Android: Why my user Interface does not get drawn when I Inflate the resource layout file?
First of all, I'm a newbie on Android programming, so please be detailed in your answers.
I have a layout main.xml file with format similar to
<?xml version="1.0" encoding="utf-8"?>
...
0
votes
2answers
1k views
Setting attributes of an EditText added dynamically in Android
I am developping an android app which downloads an xml and displays a layout with a number of edittexts, checkboxes, spinners, etc. added dynamically like this:
LinearLayout ll = new ...
0
votes
1answer
547 views
Remove highlight effect from EditText
I want to remove the orange highlight around the EditText. This highlight doesn't match my UI and I really want to get rid of it.
Any ideas?