Android :: Annoying Line To The Right Of The Screen When Using TableLayout
May 16, 2010
I'm using a TableLayout for an Activity and if I have more than a certain number of TableRows a vertical line appears to the right of the screen. If I use fewer Views in my layout, the line disappears. If this is not a bug, where should I look in my layout for problems?
View 3 Replies
Oct 30, 2010
I have a two column TableLayout as the only child of a scroll view. The first column contains TextViews ('labels') and the second column contains EditText/Spinner/DateWidget etc ('values').
Even though I have have specified android:layout_width="fill_parent" for TableLayout, TableRow & all widgets (in 'values' column).
The screen looks perfect when the activity is created. However, when one types a really long value in the EditText, the 'values' column goes beyond the visible screen area.
View 3 Replies
View Related
Mar 6, 2010
I'm battling with Android's retarded layout system. I'm trying to get a table to fill the screen (simple right?) but it's ridiculously hard.
I got it to work somehow in XML like this:
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="fill_parent" android:layout_width="fill_parent">
<TableRow android:layout_height="fill_parent" android:layout_width="fill_parent" android:layout_weight="1">
<Button android:text="A" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1"/>
<Button android:text="B" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1"/>
</TableRow>
<TableRow android:layout_height="fill_parent" android:layout_width="fill_parent" android:layout_weight="1">
<Button android:text="C" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1"/>
<Button android:text="D" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_weight="1"/>
</TableRow>
However I can not get it to work in Java. I've tried a million combinations of the LayoutParams, but nothing ever works. This is the best result I have which only fills the width of the screen, not the height:
table = new TableLayout(this);
// Java. You suck.
TableLayout.LayoutParams lp = new TableLayout.LayoutParams(
ViewGroup.LayoutParams.FILL_PARENT,
ViewGroup.LayoutParams.FILL_PARENT);
table.setLayoutParams(lp); // This line has no effect! WHYYYY?!
table.setStretchAllColumns(true);
for (int r = 0; r < 2; ++r)
{
TableRow row = new TableRow(this);
for (int c = 0; c < 2; ++c)
{
Button btn = new Button(this);
btn.setText("A");
row.addView(btn);
}
table.addView(row);}
View 3 Replies
View Related
Jul 7, 2010
I have a TableLayout with a tableRow and a horizontal scroll view in the 2nd column, but the right side always gets cut off. IF i have only 1 tableRow, it works, otherwise it goes past the visible area of the screen. To simply and isolate the problem heres an xml file with the guilty culprits. It seems basic but i have been super frustrated trying to get this to work.
. for some reason Stackoverflow isnt displaying my code correctly, heres a pastebin.
link text
View 1 Replies
View Related
Apr 13, 2009
Want to draw a line when I touch screen at two points. I can see OnTouch been invoked but after than everything breaks looks, the application crashes
I am using drawLine in Canvas.
CODE:......................
View 5 Replies
View Related
Jul 10, 2010
I have a text file in my res/raw directory. I want to read the file line by line, but FileReader and BufferedReader fail, because of Android's security restriction. How else can I do it?
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 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
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
Dec 2, 2010
Ive been noticing over the last few days is that there is a small green line, or something like a green hue on the volume side of the screen when i have the market open, browser open. when i pull down the notification bar its really evident that there is a green line next to the wifi button.
View 16 Replies
View Related
Jul 24, 2010
On the left edge of the screen, there is a line going down the side that almost looks like its suppose to be the far right side of the screen because when i move to different homepages, it shows up in that little line first as it swypes across (if that makes any sense). Has anyone else had any screen issues similar to this? This kind of sucks. I was happy that I haven't had any major problems with my phone.
View 3 Replies
View Related
Jun 5, 2010
Is it possible to scratch the screen? I have this line in the middle of the screen. Looks like a scratch but kinda doesn't. When I swipe my finger across it doesn't feel like a scratch. I noticed it not too long after I received the phone. The line looks to uniform it kinda looks like a stain.
View 14 Replies
View Related
Nov 7, 2009
All of the sudden a white line has appeared across the middle of my lock screen. If I open up the keyboard (so the screen becomes horizontal) the line also turns horizontal but doesn't go all the way across the screen (just extends the distance of the vertical width of the phone) The line does not appear when I log in, so it's not dead pixels. I tried changing the wallpaper, didn't do anything. Tried taking out the batter, but also didn't do anything. I tried the pixel fixer app, but again it's not dead pixels so obviously that didn't do anything either. Suggestions? I suppose the next step is to restore the phone to factor defaults (how do I do that?), unless someone has something else I can try
View 34 Replies
View Related
Oct 10, 2010
My phone was completely fine since day one and when i plugged my charger a little later I noticed that there is a whole line of dead pixels going across 1/3 down the screen.... restarted, rebooted, battery pull, factory reset: none solved the problem
View 9 Replies
View Related
Jun 16, 2010
I was sitting at my local Dunn Bros surfing the web on my EVO when I noticed a line that divided the screen in half. If held in the landscape postion the line divided the screen left right and if in portrait upper and lower. As time went on I noticed a lot of off color streaks that ran the length of the screen. Now about an hour later the whole screen is very washed out looking, and no my brightness is not on high either. Text is almost unreadable. It almost looks like when you take a magnet to a CRT screen. And no my EVO has never gotten wet, dropped, or abused in anyway.
Anyone out there experienced this. It really sucks because I don't have the screen separation issue or any other issues that people are experiencing but now my screen is completely dying.
View 16 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
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
View Related
Dec 24, 2012
when you try to download android apps from Google play app store or play downloader games like Angle Bird, they sometimes push annoying ads to your smartphone, and you find it really boring that you want to remove all the annoying ads on your android device. Here will show you how to get rid of these annoying mobile ads on Android Phone.
1. Download free app called AirPush Detector
2. If your phone is rooted, you can try AdFree and AdAway. Both of the apps are free.How to get rid of annoying mobile ads on your Android Phone
View 6 Replies
View Related
Oct 28, 2010
I bought a brand new Samsung Galaxy S on 8th October 2010 in Bangalore, India. two weeks later my screen developed a bright white line on the bottom. ( see pic attached ) I have not dropped or mishandled the phone in any way. I took it to the nearest samsung service centre... they told me that the display needs to be replaced ... They say that the phone display is out of stock and they dont know by when it will be available.
I feel really cheated ... after purchasing such an expensive phone one never expects it to malfunction in less than 2 weeks. And samsungs customer care reps very conveniently replied that they dont know when it will be in stock and to keep in touch via calls. So much for buying an amazing phone.
View 2 Replies
View Related
Oct 18, 2010
I went on settings>basic phone settings>settings download>tesco mobile. not alot changed, well until i realised a little E sometimes G with two arrows appear on the top line of the screen, did not pay much attention to it until i have just gone to use my phone and i have no credit left and i am sure that has something to do wtih it why is this and how do i stop it from running without resetting the phone?
View 2 Replies
View Related
Sep 5, 2010
I've had Handcent sms app for a long time and never had any problems, I love it. But with the newest update it has begun playing a long annoying song when I get an sms, even though I've set it to a normal single sound. I've tried reinstalling it, but it doesn't help. Can anyone help me? Or recommend another sms program, just as good.
View 1 Replies
View Related
Nov 17, 2010
When ever I wake my phone by pushing the home screen (to the slider screen) I noticed there is a red or green line across the screen.
The screen is fine other then the red/green line on wake up.
Should I be worried?
is x10 suppose to get hot when charging? mine gets hot...
I lost the original charger. What is the voltage on the original charger?
Is it ok to use the charger below?
Wall charger
1.
Spec:
output: 5.1v--.7a
2.
Spec:
Output: 4.8v-1.0a
3.
Spec:
Output: 5.00+-.2v
View 4 Replies
View Related
Jun 7, 2010
I love my HTC Evo but lately I have getting an error message when I am on the internet saying " Cannot open any more web pages because you have already opened the maximum amount" or something very close to that wording.Anyone else experience this problem ? And if so how do you fix it?
View 7 Replies
View Related
Sep 22, 2010
I've searched but can't find anyone mention this: I go to contacts ("people") and long-hold menu to bring up the soft keyboard. Anything I type displays on a gray transparent pop up box that stays on top of contacts list, and I can't get rid of it until I reboot. This happens to my friend as well. Is this a feature? How do I get rid of the text box?
View 2 Replies
View Related
Aug 22, 2009
As much as i like being notified everytime i have a new email or tweet i'd rather not have my phone vibrate every time this happens, especially cos it does so at night... does anyone know how i turn this off?
View 1 Replies
View Related
Nov 7, 2009
I've looked everywhere to get rid of the annoying short vibration that occurs each time you press a number on the phone dialer keypad. I just want the tone. Surely this isn't something that's hardwired?
View 17 Replies
View Related