General :: Keyboard On S2 - Textbox Shrunk Down To One Line At Bottom Of Screen?
Jul 16, 2012
I have a galaxy s2 running ICS (but the issue occurred) and I have a very odd issue with the keyboard.
A short while ago, my screen broke and I had it replaced, good as new. Well almost. When ever I use the messaging app, or another type of app like that (Whats App for example), when you are composing a new message, and the textbox is shrunk down to one line at the bottom of the screen, there appears to be no input detected on that part of the screen, the send button (on the right hand side) works, and the other controls all work fine, just not the textbox.
So I figured that when the screen broke, it messed up that part of the screen, but other apps that have controls in that region (such as the camera app that has the photo button, or the lock screen with the emergency call button) all work 100%.
Its just textboxes at the bottom of the screen that do not seem to accept touch events.
View 1 Replies
Aug 22, 2010
Is it possible to remove the bottom line showed in the tab bar? It is grey when not selected.
And is it possible to change the yellowish color to something else?
layout xml: http://pastebin.com/M2KqtH1r
View 2 Replies
View Related
Jun 13, 2013
how to move the status bar in bottom of the screen?
View 1 Replies
View Related
Oct 25, 2013
I would like to know if there is any way of putting a margin in the top or bottom of the android screen.
I'm going to integrate a tablet in my car, but the dash is just a bit small in height than the tablet (not in width) so i need to reduce the height of the screen in about 3 or 4 mm. Is that possible???
View 2 Replies
View Related
May 22, 2012
Within the past week, I have gotten a "Sending..." notification at the bottom of my screen when I turn my phone on. Also, my phone gets a bit warm and the battery doesn't last a half a day. I use Handcent and have cleared the cache and the "unsent messages". I don't know what other program is sending things.
Nexus S AT&T
Android 4.0.4
View 1 Replies
View Related
Aug 10, 2013
I have had an EKEN T02 tablet for one year now. For almost one month every time I switch it on there is a straight line running through my screen.
Sometimes it is green and thinner and sometimes it is grey and thick. As my screen keeps working it gradually fades away but it never disappears.
View 1 Replies
View Related
Feb 25, 2014
This problem happened few hours before i rooted my pad. Well the problem is a vertical green line that appeared in my screen and dont go off. I tried to use stuck pixel solutions and a factory reset (I didn't tried to put back in stock rom, I don't know how to do that).
The line is very perceptive on a pink background, but completely hide by a green background.
postimg.org/image/ivpndt86x
postimg.org/image/xokvvofad
postimg.org/image/8oar6eo5d
Is This a lcd problem for sure or a sofware problem? If it is a hardware problem, can i ask for a replacement from asus? For get a replacement, need i to put back in stock firmware or just a factory reset is enough?
Firmware: 5-0-11
Model: ASUS MemoPad FHD 10 Model ME302C
Android Version: 4.3
I tried to take a photo from my desktop using power+vol down and the line dont show up in the photo, maybe really a hardware problem...
View 2 Replies
View Related
Dec 2, 2011
I wish to change the 2 shortcuts at the bottom of Gingerbread default home screen (Phone, Browser) to something else (Messages, Gmail). But I couldn't find a way to change those icons either by press and hold on the shortcut, or by dragging icons from the Apps screen.
What's the best way to change them without using 3rd party launchers?
View 9 Replies
View Related
Apr 30, 2014
I want to lock the bottom row icons in home screen. How can I lock it? I am using N7000 with Omnirom Kitkat.
View 3 Replies
View Related
May 24, 2013
in some apps (such as VLC, Flash player, the stock video player, etc), there appears to be a small black bar at the bottom where the status bar usually is (even if it's hidden, there's still a black bar). I've had a research and saw a solution app called 'full!screen', however I have no way of rooting the device (It's an Android TV box with no USB output, only input). My current solution is to use MX Player, but it doesn't play 1080p videos properly, so I'd really prefer VLC at this point.
View 7 Replies
View Related
Jul 10, 2013
My galaxy s2's screen has occasionally stopped responding, the os was still running and everything so it wasnt frozen, my touch screen just simply stopped working. Only way to fix it was to hit the back of the phone and do a battery reset. This issue started poping up more and more, and now it won't respond.
Model: GT-I9100M
No custom roms/kernels have ever been installed, has always run off the stock. Never been dropped or had water on it (I took very good care of it).
The nav bar at the bottom (back/search/options/menue) and hardware buttons all work. Everything above the screen no longer works.
What iv done: I've reset the phone, did a bettery pull for the night, fully charged it, looked at the board and checked all the connections (all good). Would flashing a custom rom/kernel be something to try next? Why would the bottom nav bar work but no the rest of the screen? Could it be locked somehow? If it is.. how would I unlock it?
View 1 Replies
View Related
Dec 22, 2012
how to change bottom icons on home screen (e.g. phone,contact,message,internet,apps) i think its called the bottom dock its for new Samsung Galaxy S3 4G i cant find any forum or vids on youtube, i can find plenty on how to change the icons on the lock screen but thats not what i looking for.
View 5 Replies
View Related
Sep 21, 2010
How can i create avd from command line with keyboard support? (I was able to create avd from commandline using: android create avd. but I don't know how to enable keyboard support into this). even android documentaion/help doesn't any thing about this.
View 1 Replies
View Related
Mar 12, 2010
I have a layout which does almost what I want. There's just one bug regarding the button at the bottom. I should stay at the bottom at all times. But whenever I bring up the soft-keyboard the button will be displayed above the keyboard. This is not what I want but it should become covered by the keyboard.Moreover, I'd be happy if you could comment on how the layout's built.
View 1 Replies
View Related
Dec 9, 2009
After successfully rooting my phone, after my reboot i noticed that the bottom row of touch sensitive keys and the physical keyboard do not light up when touch or slid open. to fix this i have to go to the brightness setting and uncheck and check automatic brightness again?
is this common? did i make an oopsie?
View 6 Replies
View Related
Feb 14, 2009
I am trying to take an EditText textbox that I set in my XML (named "tracknametext") and turn it into a String. What is the code to do this?
View 4 Replies
View Related
Oct 28, 2010
I have an alert dialog which lists around 100 cities. Is there a way to search within it? Or maybe autocomplete? I want to add a textbox which will filter the list according to what I type.
View 4 Replies
View Related
Feb 2, 2012
I'm using the following code to encrypt a String (inText) whose output is a byte array named cipherText;
Code:
byte[] cipherText;
cipherText=cipher.doFinal(inText.getBytes());
The cipherText is printed in a textbox as follows:
Code:
encText.setText(new String(cipherText));
Everything works fine until here. However, in the decryption section, I need to get the contents of the textbox as a byte array again. For this purpose, I use the following code:
Code:
byte[] cText;
cText=encText.getText().toString().getBytes();
When I try to do the encryption it gives a 'bad size' error. I found out that the lenghts of the two byte arrays cipherText and cText aren't equal:
Code:
decText.setText(Integer.toString(cText.length));
encText.setText(Integer.toString(cipherText.length));
boolean res=Arrays.equals(cText, cipherText);
result.setText(Boolean.toString(res));
The 'result' textbox always prints 'false' meaning that the two byte arrays cipherText and cText aren't equal. However I convert cipherText to a String to print in a textbox and then read the contents of that textbox, convert to String back and then to Byte Aray again. Obviously some data is lost during these conversions.
View 1 Replies
View Related
Feb 22, 2012
how to get phone number from contact to textbox...i try this:
Intent i = new
Intent(android.content.Intent.ACTION_PICK);
i.setType(ContactsContract.CommonDataKinds.Phone.C ONTENT_TYPE);
startActivityForResult(i,request_Code);
txtPhoneNo.setText(i.toString());
but i got something like: Intent {act=android.intent} and not the phone number...how to get the phone number into the textbox ?
View 1 Replies
View Related
Nov 3, 2010
Ive had the evo for about a week, and the operating system seemed to be acting a bit buggy but i put a fix on that real quick. now a persisting issue i have is that there is a line going down the middle of my screen on every page no matter where i go. i didnt have it for about a day or so and it seems to be some kind of seperation or something.
View 7 Replies
View Related
Jun 22, 2010
I'm looking for a third party app/keyboard that features the | character; that straight up and down vertical line character. I need it to log into my email, but the stock keyboard doesn't seem to feature it. Anyone have any good ideas?
View 9 Replies
View Related
Jun 4, 2010
just picked up my EVO earlier this morning. Let it charge for a while before turning it on. I have a very thin rainbow colored line running vertically down the screen. Has anyone else had this problem? I had best buy install the invisible shield when I picked up the phone, so I wanted to wait a little while before taking the phone back. I'm hoping this works itself out, but I am thinking that this is going to be a display issue and I am going to need a new unit.
View 4 Replies
View Related
Jun 2, 2010
Ive only had my desire a couple of days and for some reason a white line has appeared across the screen, wondering if its been damaged. It hasnt been dropped or abused in anyway so quite confused. Tried a hard reset but to no avail? Pic attached if anyone can figure out otherwise back to the shop it goes!
View 9 Replies
View Related
Jun 16, 2010
I got my incredible yesterday, it's all going well, except that I noticed this line of pixels, not really any color in particular, but when you move the phone and look closely, they are very slightly distorted, and it makes them stick out slightly. I've noticed this problem on TVs before but I never understood it. I'm thinking it may be the invisible shield I had the person at the store install for me? I'm hoping it's not the screen...but here's a picture. I understand it may be hard to see, but if you move away from the picture you can sort of see what I'm talking about.
View 1 Replies
View Related
Jun 10, 2010
I recently noticed that on my EVO screen, there is a very small blue vertical line running from the top to the bottom of the screen. Its noticeable sometimes when im searching the web or with dark backgrounds.
Do you think I should return it? Or is there a program that can fix stuck pixels...
View 7 Replies
View Related
Nov 1, 2010
I am new in Android and i am working to make an on-screen keyboard which can be visitable via arrow(direction) keys of my external keyboard. I mean i wanna move left, right, up and down in the on-screen keyboard's UI (keys) with pressing arrow keys from my external(hardware) keyboard. The key that cursor is on should be focused, when i press an arrow key from my external keyboard the focused key should change and when i press "enter" from my external keyboard it should be operated.(written to the screen etc.) How can i make this? Is there any idea? How can i make virtual keyboard's keys visitable? It doesn't look like moving around a matrix of buttons.
View 2 Replies
View Related
Dec 11, 2009
Dont get me wrong, the QWERTY keyboard is sick, and I love it. But after typing on the keyboard for while, I wanted to switch it up, so I tried the on screen key pad. And to my surprise, the on screen keyboard appears to be much quicker than using the QWERTY!
View 15 Replies
View Related
Oct 24, 2009
Ive got a input tag in an HTML page in an Android WebView. I want the background to be transparent. It is (via background-color: transparent) UNTIL the user selects it (gives it focus, to input data). Then the background is white.
I've tried background-color on textbox and textbox:focus and Ive tried -webkit-appearance: none. None of these worked.
Anyone messed with this?
View 2 Replies
View Related
Mar 4, 2010
I have this webview on which I have a textbox at the bottom. The problem is when I click on this textbox the keypad pops up and covers it. How can I scroll the webview so that the textbox remain above the keypad. In iphone it is handled automatically.
View 7 Replies
View Related
Sep 10, 2010
Recently I have been having issues with viewing my email messages in the Yahoo Mail App. When I open some messages all is see is line after line of code instead of the message text. It doesn't seem to matter what the source email is (gmail, hotmail, etc). Some emails are ok some are not. Anyone else have this problem? Any fixes?
View 1 Replies
View Related