Android :: How To Make Edittext Size Stay Put?
Mar 26, 2010
I know the attribute which makes the text "disapear" on the left part of the Edittext to maintain a single line, (singleLine="true"). But my issue is when I fill the edittext before the view is displayed... in this case, my edittexts are all going out of the screen.
View 6 Replies
May 17, 2009
I want an EditText to look like TextView but still behave like EditText. I've tried applying TextView style to my EditText in my layout.xml file, like this:
CODE:............
But I get an error within xml editor: "Error: No resource found that matches the given name (at 'style' with value '@android:style/ Widget_TextView')." It is strange because @android:style/ Widget_TextView definitively exists - I double checked it in code via android.R.style.Widget_TextView. Another strange thing is that I don't get android:style offered in the xml editor while typing? There is android:id, android:text and everything else.. but not android:style?
I consider the hard way (making EditText look like TextView) to be: extending EditText and overriding it's onDraw method.
View 9 Replies
View Related
Sep 23, 2010
So I'm loading images from a web service, but the size of the images are sometimes smaller or bigger than other images and the visualization looks silly when I put them in a ListView in android. I'd like to fix the size of my ImageView so that it only shows a portion of the image if it's larger than a preset amount. I've tried everything I can think of setting the setMaxWidth/setMaxHeight, setting the scale type to centerCrop, using ClipableDrawable wrapping my BitmapDrawable, setting using Drawable.setBounds(). I've tried setting in the XML and programmatically, but neither worked. I'm very surprised setting max width/height didn't do anything. Below is the XML I'm using ImageView definition in my layout file
View 1 Replies
View Related
Jul 27, 2010
I currently have a view in my Android app and the view is playing a frame animation. I want to animate the view to increase its size to 150%. When I apply a scale animation to it, and the scale animation is completed, I want the view to stay at that new size for the rest of the activities life cycle. Unfortunately right now when the scale up animation is complete, the view snaps back to the original size. How can I get it to keep the new animated tranformation? I'm using myView.startAnimation(AnimationUtils.loadAnimation(mContext,R.anim.scaleUp150));
View 3 Replies
View Related
Jun 29, 2010
How to reduce EditText Hint size?
View 1 Replies
View Related
Jun 25, 2010
In emulator, size of edittext and button looks nice but in motorola milestones, both of them are so small. I think there are different types of screen layout. Is it possible to adjust the size automatically?
View 1 Replies
View Related
Dec 18, 2009
I frequently find myself using the MAPS app (not the navigation) but after a few moments the screen turns off. Is there an easy way to make the screen stay on when I am using maps. Perhaps a "stay on app" or a setting somewhere. This is an issue in the car when I'm using the map and the screen keeps turning off, I know I can manually set the timeout up to 30 minutes but that's a pain and I have to remember to set it back afterwards.
View 26 Replies
View Related
Jul 26, 2010
In the Google Maps app, there's a unique EditText that I'd like to reproduce. If you click "menu" then go to "directions", the "start point" field should begin with "My Location" as the text. The interesting part of this field is its behavior - you cannot edit "My Location" without completely deleting it first. I have a few places where such behavior would be useful, but I can never quite fully reproduce this. There are three challenges involved with this behavior: No matter what the user does, they cannot partially edit the field; it is always fully selected. The keyboard directional keys, rather than moving around the EditText field, change focus. When the user does choose to change the text, the behavior of #1 and #2 disappear and the field acts like a normal EditText.
View 1 Replies
View Related
Oct 13, 2010
Can anyone tell me how to make an EditText not editable via XML? I tried setting android:editable to false, but (1) it is deprecated and (2) it didn't work.
View 4 Replies
View Related
Apr 30, 2010
I used to own an HTC Magic, and whenever I used the GPS the "My Location" blue dot would always stay in the middle of the screen, like a real GPS.I now use a Telus HTC Hero, and not only does the screen not follow the blue dot, it turns the screen off after a minute. How do I make it so that it stays on and follows the blue dot?
View 5 Replies
View Related
Oct 18, 2010
I have a one line EditText, when I set a long hint, the hint wraps to two lines. Can I force the EditText to be always one line tall? android:lines="1" didn't work.
View 1 Replies
View Related
Nov 24, 2010
How to make dynamically edittext field for accepting only double and float values.
View 1 Replies
View Related
Mar 17, 2009
I need to show a large number of EditText controls on a screen, each of which will only allow entering 0-2 digits. The default EditText size is too wide for me to show enough EditText controls on a screen, but I have been unable to figure out how to make them narrower. I have tried the following attributes in XML: android:maxLength="2" android:layout_width="20dip" android:maxWidth="20px" android:ems="2" android:maxEms="2". So the question is: how can EditText be made smaller than default?
View 4 Replies
View Related
Nov 9, 2010
Cut a small 1/2 inch by 1/2 inch square of black tape and place it over the light sensor in the upper left corner just to the left of the verizon logo and the soft key lights stay on when the screens on and they turn off when you turn the screen off. Works perfectly and really doesn't look that bad.
View 7 Replies
View Related
Dec 16, 2009
On one of the home screens or scenes, whatever, i had put the 30 day month view HTC calendar widget. it synced with the Google calendar just fine and there was a little triangle in the upper left corner of the box for the days that had an event. however, they only stay once i reload the widget. and after a little while they go away, but if i pick a day, my events are still there. i really like that the little triangle. how do i make it stay? is there another app or widget that will allow a full month view with the little triangle or similar mark for days with events?
View 9 Replies
View Related
Jun 30, 2010
is there anyway to make the flash stay on when taking a video? i tried taking a video in a bar that was dark and i was hoping that i could get the flash to say on and use as a spot light.
View 4 Replies
View Related
Jan 26, 2013
Im making a custom rom, but i want to change the theme to a touchwiz one . how do i make it so that when i flash it . it will show the touchwiz theme?
View 1 Replies
View Related
Jun 8, 2010
I have a ListView, which contains an EditText in each of it's row. I also have an Array.The length of the Array==the Nr of the rows in the ListView. I want to store the user input (the text in the EditText) to the Arrray. E.g, if i type some text in the EditText in the first row of the ListView, i want the text to be stored in Array[0]. But how can i detect to which row the EditText belongs to? I can detect the possition of the row if the row contains a RadioGroup, but not a EditText. What if i first type some text in the EditText and sometime later i want to update mein Input? How can i update it?
View 1 Replies
View Related
Mar 1, 2009
My EditText hint is not wrapping. A hint isn't very useful if the last part is cut off. I am very cautious about restricting/forcing the dimensions my EditText box to ensure it looks decent regardless of screen dimensions. Here's what the relevant xml looks like:
<EditText android:id="@+id/ET1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="left"
android:hint="@string/Hint1"
android:lines="3">
</EditText>
I've already set android:lines="3" to mitigate the issue, but it isn't enough. In order to maximize compatibility with various screen dimensions I would prefer OS wrapping over me putting in line breaks and hard returns in the string. There are other things happening in the view which also compel me to not manually set the width of the box to promote good breaks.
View 1 Replies
View Related
Sep 1, 2009
How to make android EditText smaller than default in height?
View 3 Replies
View Related
Sep 25, 2009
Is there a way to make URLs in a EditText clickable when the MovementMethod is set to ArrowKeyMovementMethod?
View 3 Replies
View Related
Oct 2, 2010
I've been searching through the forums, so sorry if this is a repost. I've been flashing recovery images, but is there a way to make the recovery image stay forever?
View 1 Replies
View Related
Aug 7, 2010
Why is it that thee buttons at the bottom of the phone sometimes light up and sometimes doesnt?
Is there a way to make them always stay on when the phone is on?
View 9 Replies
View Related
Sep 6, 2013
1) How can I make my phone not turning on the screen when it is locked and i get an sms (via the built it messages app), but light the led light with a custom color (and of course, play a tone). I've tried "LightFlow" but it didn't work, the screen has still gone on when I got an sms.Mention that with 3rd party apps (e.g. whatsapp and wunderlist) the thing works great, the screen is black, the led is on, and the air molecules near the speaker start oscillating harmonically.
2) I know that even without any sdk manipulation, my phone still lets me move some downloaded apps to the sd. I had downloaded a 1.5 GB game and kept in mind that I use 3.5 GB of my internal storage. Luckily enough, this game is movable. I moved it to the sd card, and after the process had been done, I checked how much storage I use on my internal storage - 3.5 GB.The button changed to "Move to device storage" but it seemed that the game had not transfered at all.Mention that I tried the "adb shell pm setinstalllocation 2" thing, and it didn't fix it, so I reversed the process with the "adb shell pm setinstalllocation 0" command.
View 1 Replies
View Related
Sep 7, 2010
I want to have 3 edittext with top and bottom having topleft and topright curves but bottom-left and bottom-right straight. I tried to use shape
but it makes all the corners curved. If i try to use bottomRightRadius, then i get exception.
So I tried different way of doing it
using -ve margin so that bottom on hides the upper one's curve. But now bottom one is going behind the upper one. There is nothing like goToBottom or goToTop .
View 2 Replies
View Related
Nov 2, 2010
I thank HTC for trying to take Blackberry's notification LED and implementing on our Desire
However, I have yet to find it useful because the LED light (other than battery indication) stops functioning after few minutes for missed calls, text msgs
I was hoping once they update it to 2.2, they would fix this problem.
Is there ANY way to make the LED lights stay on until I check it?
Also, are there any apps that can change the color of the LED light?
View 14 Replies
View Related
Nov 21, 2009
How do you make light on status bar ( on the bottom of my Droid ) stay on longer ? It stays on for few seconds and if I don't touch it, goes dark.
Is there any settings for that ? It's hard to use phone when it's dark outside.
Another question : Why can't I add my Yahoo account in too "Email" program ?
I tells me that " Mailbox access is not supported for some types of Yahoo!"
View 1 Replies
View Related
May 2, 2010
Do you know how I can make the light behind the 4 symbols at the bottom of the screen (home, menu, back and search) stay on?
View 1 Replies
View Related
Oct 4, 2010
When I use sp as my font size unit in the XML file, I go to spare parts and change font size, my app's font size is not changing. Does anyone know a way to resolve that?
View 1 Replies
View Related
Aug 8, 2010
I'm working on a site that's supposed to scale fluently down to low resolutions, so that it would work just as well on a phone. This works well in Firefox and Chrome when I just make the window small, but when I try it out on an actual Android phone (Nexus One running Android 2.2), it renders it super-huge! (Using JS's window.innerWidth and window.innerHeight properties, it seems the viewport resolution it reports is 800x1271!.Is there a way to render the page at actual-size in the browser window so I can have my full design show up on the phone? User-agent sniffing is allowed, JS is allowed but discouraged.
View 2 Replies
View Related