General :: Change Usability Of Screen Size On Android?
Dec 22, 2012
Would it be possible to edit android source code lets say for the Galaxy S to only use a certain portion of the lcd screen. Say much like changing the resolution but creating it so only say 1 inch down would be usable. The rest inoperative.
View 4 Replies
Apr 4, 2012
I have a 7 inch tablet (Novo 7 Paladin) running ICS. Unfortunately, most apps just use the phone layout wich I assume is because the manufacturer set the android:screenSize property to "large" instead of "xlarge".
Is there a way to change this, so that Apps will use the "xlarge" screen layout?
View 2 Replies
View Related
Dec 28, 2012
i have here a 7'' tablet that i would like to insert in a acessorie in my car. the problem is that once inserted, i cannot seed the entire screen. i have to reduce the screen displayed in the tablet to match the accesorie size. is any app or mod to do it?
View 1 Replies
View Related
Feb 12, 2013
Launcher or mods that would allow me to independently change the grid size on my home screens? By this I mean I would like to make my main home screen 4 x 4 but make all the rest 5 x 4.
View 1 Replies
View Related
Mar 2, 2009
I am trying to change the screen size of the emulator and see on the site that they tell you what commands to use, but it doesnt' tell you HOW to do it. how I would change the screen size. I believe this occurs on startup. I have eclipse as well, but would rather just shell into it and change it whenever I want.
View 2 Replies
View Related
May 26, 2009
I'm making App Widget program on Android 1.5 I wonder if I can change my app widget size on home screen . I can set my app widget's size in XML file. But, how can I change it's size after my app widget launched from home screen ? I want to add some button to my app widget that can change it's own app widget size. Is this possible?
View 3 Replies
View Related
Aug 19, 2010
How to change the size of height and width according to the screen size?
View 2 Replies
View Related
Nov 24, 2010
I have these radio buttons and they need android:width="X" and android:height"X" however, I do not know how to set these properties so that they adapt to a different screen size.
View 2 Replies
View Related
Dec 22, 2009
Accoding to emulator Resolution how to change the activity(Screen) controls size according to screen Resolution in android ? i have screen design like below. it is working in HVGA(320x480) resolution progressbar is coming bottom of screen but if i run in other resolution emulator VM (WQVGA432 - 240x432) i am getting the progressbar middle of the screen. i am not able to fix the in permenent(fixed) position. i am using below code in manifest file but no output
android:normalScreens="true"
android:largeScreens="true"
android:anyDensity="true" />
i am not getting the solution so please give some idea for resolve the issue.
View 3 Replies
View Related
Oct 25, 2010
Just got a xperia x10a and want to use a larger font?
View 10 Replies
View Related
Dec 19, 2012
I am programming an app using an absolute layout (@ eclipse). How to fit the button size with the screen size? (I have four buttons per row).
View 1 Replies
View Related
Sep 14, 2012
Is there any way I can change the mms limit size I can't send video. I have to ask my friend with a iPhone to set a video for me.
View 2 Replies
View Related
Feb 29, 2012
I am using the OEM Android email app. Attacing a picture is no problem. If I try and attach say a video of 5 plus mb it won't attach. I get an error message telling me file is too large to attach.
(I have a ZTE Blade running Android 2.3.7 on a Cyanogenmod ROM 7.10.)
I have two questions.
- what is the maximum permisable file size for attachments;
- can the file size limit be increased in anyway?
View 1 Replies
View Related
Jan 20, 2013
Is there any way to change the dpi or font size of a particular app... like for eg the font size on the google currents app is too big ... and the whole feed is not readable we have to touch the feed to read the content... so is there any way to decompile the apk and edit some values to change the dpi/font size.....
View 4 Replies
View Related
Mar 30, 2013
How to change a widget that defaults to 4x3 so it will be a 4x2 instead. I have an SIII accuweather widget I have modified to fit on S advance. But it starts at 4x3 then needs to be resized to 4x2. How I can make it 4x2,
View 1 Replies
View Related
May 9, 2014
I noticed that the videos in Youtube looked much better on my new phone then on the previous phone and thought that the Youtube app was defaulting to the HD stream (previous phone had really crappy WiMax, new phone is LTE @14Mbps even inside a large warehouse). After toggling it on and off to be sure it was indeed off, it appears that it still is using a higher bitrate stream probably because of the great LTE. What is strange though, is that last week, Youtube was averaging 150-200MB a day after watching a couple of videos. This week, after toggling HD on/off, it's nearly 3-4x as much and rapidly using up my data for the month. The "regular" stream also doesn't look that much different at all from the "HD" stream, so it could be it's stuck on the HD stream because of the high bandwidth my LTE connection has (or something else).
I want to use a lower quality stream to conserve my data, but have not been able to find any way to do so within the Youtube app, or via a Xposed module. Is there any way to choose the video size at all on a Android device? I'd prefer to stick with the stock Google Youtube app (via some external control/option?), but if I have to use some other app to do so I will.
View 1 Replies
View Related
Jul 24, 2013
I have been using an iphone for years and using ibooks to buy and read books.I have now switched to the samsung galaxy four and dont like google play books as I cant seem to change the text size or find bookmarks etc.What is a good and easy app where I can buy books, download a bookshelf and read?
View 5 Replies
View Related
Nov 29, 2013
Is there a way to change the grid size in CM11 launcher? I am running CM11 official. I don't find launcher setting itself.
View 3 Replies
View Related
Jul 3, 2012
Just moved from iPhone to Galaxy S3 ICS. The Email app has no place to change the font/text size and it is HUGE. Like so huge I can read the text 6 feet away, that is not an exageration. I need to shirink this by at least 50%,
View 2 Replies
View Related
Mar 31, 2010
I am designing a home screen widget. I ran this widget on a HTC Hero device, which has a screen of 320 pixels * 480 pixels with mdpi. It ran perfect on HTC Hero. The widget takes 3 cells * 2 cells space, i.e. 240 pixels * 200 pixels.Then I ran this widget on a Nexus One device, which has a screen of 480 pixels * 800 pixels, mdpi. Since Nexus One also is mdpi, so I though 240dip is equivalent to 240 pixels on Nexus One and 200dip is equivalent to 200 pixels on Nexus One, so the widget will not take 3 cells * 2 cells space on Nexus One device. To my surprise, when running on Nexus One device, the widget take exact 3 cells * 2 cells, about 360 pixels * 300 pixels, on Nexus One device.I am confused. The layout xml above specifies 240dip in width and 200dip in height for the widget, but why did it take 360 pixels * 300 pixels on Nexus One Device? What am I missing?
View 2 Replies
View Related
Jun 14, 2012
I am a nexus s ics user. My screen is almost death. Part of my touchscreen doesnt work. Like, 20% of it. But the other part of my screen works.
And there is no place to replace my screen. My device is unsupported in my country. So i got an idea. If i can change the screen size (not the resolution or density) of my phone i can just ignore the unworking part and i can push the software buttons instead of touchscreen hardware buttons cuz they are not working anymore.
My nexus s default resolution is 480 x 800. if i can change it to 480 x 600 or something.
View 3 Replies
View Related
Feb 26, 2010
My business partner and I have a small disagreement, and I'm trying to figure out the best way to resolve it. First, I should say I started out his way, and switched after reviewing a lot of applications. The background is this -- we have an app, with some controls which can be locked. A lock/unlock icon is put next to the lockable controls. You can long-click the icon, and it brings up a context menu with several items, including the item for the lock state.Currently, it brings up a "Locked [X]" or "Locked [ ]" item -- that is, a menu item with a checkbox that can be checked or unchecked, and the lock state is changed accordingly.He would like me to change it to reflect the action being taken. I.e. the menu item would say "Lock" if it is currently unlocked, and "Unlock" if it is currently locked.It would be acting as a toggle in either case; the only difference is how it is presented to the user.
View 7 Replies
View Related
Nov 17, 2010
I have a long list to display in a listview. Let's say 200 items. This is a long list, but i can't reduce it. Now my list is slow and is not convenient for the user.I need something like a paging system: at the beginning I load 25 items. When the user reach the end I show a button, or something like it, to load other 25 items. An Iphone style solution.Is there a better way? Or what is the best solution?
View 1 Replies
View Related
Dec 14, 2012
I have a aftermarket navigation system in my car that includes an adapter to conect other screen in the upper dash. this adapter is to connect to OEM screen of the car but i dont need it.
my idea is to conect a chinese tablet i have here. the tablet is a 7''. the adapter lets me mount the tablet but i wont be able to see all the screen.
Can I resize the screen size to match the adapter opening size?
View 1 Replies
View Related
May 1, 2009
The soft keyboard in 1.5 has the same behavior as the hard keyboard with respect to the enter key submitting forms. That's pretty reasonable for the hard keyboard as you can easily see that there are more fields to fill out, and can just tap the next field once to go there.
View 3 Replies
View Related
Mar 30, 2010
From Android widget screen guidelines,we know that, home screen has 4*4 cells, and in portrait orientation, each cell is 80 pixels wide by 100 pixels tall. I think these are for baseline HVGA screen. How about for large screens and hdpi screens, do they still have 4*4 cells for widget and each cell in portrait orientation is still 80 pixels * 100 pixels?
View 2 Replies
View Related
May 30, 2009
Failed downloads report "Download unsuccessful" in the Notification area. I think this should be changed to "Download failed", because the words unsuccessful and successful look a little bit too similar at a glance.
View 3 Replies
View Related
Jul 18, 2009
I would like to change the ramdisk size. How I can change this? I have a process that It does not finalize its task because Zygote kill it.
View 2 Replies
View Related
May 5, 2009
How to change RadioButton size? it's too big
View 3 Replies
View Related
Nov 15, 2010
Principle of the image to be displayed: *Bitmap _scratch = BitmapFactory.decodeResource (getResources (), R.drawable.skalyzmn); canvas.drawBitmap (image, x, y, null);*
How to use this method to reduce or increase the picture?
What you need to add that the picture was of such size that I want?
View 1 Replies
View Related