The screens tag has no wiki summary.
1
vote
0answers
57 views
Layout looking the same across all devices using RelativeLayout
I'm using API 10.
I want to make my layout looking the same across all devices. I can achieve that by using LinearLayout with weights. It works perfectly. As seen on the image below, this is exactly ...
0
votes
1answer
23 views
Multiple screens/resolutions/images
I need to create images for a slideshow. The problem is that the images will be displayed in different screens.
I want to know if I can use the same resolution for all of them (1920 x 1080) ...
0
votes
1answer
27 views
Adding new row to LightSwitch combobox
I'm having problem with LightSwitch (VS 2012 version, Silverlight client) screen design. I have following data model:
Agent table
Training table
Participant tablehaving 1-to-many relationship with ...
0
votes
1answer
25 views
BuddyPress New sub_nav item and screen
How do I get my new sub_nav item to properly display the screen I've created?
I'm using my own child theme. What I'm trying to accomplish is to give my users the ability to create child accounts for ...
3
votes
1answer
499 views
How can I change monitor settings to duplicate and extend via script
As I am using a laptop with a tv as its second monitor I want to make a little script which will trigger screen settings from extended to clone and when it is set to clone it should set the screen ...
-1
votes
3answers
86 views
Develop app in android mobile or tablet [closed]
i start develop application in mobile,
my question is how i will manage to develop my app in all different width screens of different mobiles or tablets?
should i resize my app or it will ...
1
vote
3answers
1k views
Controls resize based on screen resolution
I have panel control. More controls are in panel.I set the dock property for panel as 'fill' .The panel are resized based on screen resolution. but the controls remains same.The controls in the ...
0
votes
1answer
45 views
Installing Syncmaster MD230x6 on Ubuntu
I just bought the Samsung HD230x6. I am running Ubuntu 11.10.
Somehow I cannot find the right videocard for thi screen. Who knows:
- what is the best videocard for this screen/setup?
- how to install ...
0
votes
1answer
128 views
Android screen in different resolutions
I want to develop an app witch will support different screen sizes.
I've read the official guide a lot of times but I cannot understand this. I created a brand new app with a main activity, then I ...
0
votes
2answers
468 views
AS3 MovieClip resize
I am trying to find AS3 code for a MovieClip on my stage.
My stage resizes proportionally on different screens (different size monitors), but the MC gets too big for smaller screen laptops and some ...
4
votes
1answer
150 views
What are Android different screens dimensions in dp for different screens (e.g. xlarge = 960dp x 720dp)?
In Range of screens supported, the Android team mentioned that:
As you design your UI for different screen sizes, you'll discover that each design requires a minimum amount of space. So, each ...
0
votes
1answer
69 views
Definitive android screen sizes
I have looked at the pages here on stackoverflow regarding this issue and followed up by looking at the links provided as some of the answers provided but I am still very confused. I use Photoshop to ...
0
votes
1answer
100 views
How to get my search-bar aligned right on all screens.(and operating systems)
How to get my search-bar aligned right on all screens.(and operating systems)
her is my code so far when i open my website on my laptop running Ubuntu(12.04.1)
my search-bar is aligned perfect when ...
1
vote
3answers
172 views
How to support all screens?
I made an application for Android and and I'm trying to make it work on every possible device.
For this, I created different layouts (small, normal, large, xlarge) with different densities (ldpi, ...
0
votes
1answer
260 views
android dev: is it possible to automaticly resize buttons
I'm going crazy to resize my buttons elements for different screens...
if I change screen size my background automatically stratches and it adjusts for different screen but not buttons...
notice ...