Questions tagged [ui-design]

ui-design means User interface design. It is the design of websites, computers, appliances, machines, mobile communication devices, and software applications with the focus on the user's experience and interaction.

224 questions
1
vote
3 answers

UI design of a ListView editor

I need some way to edit an item in my multi-line ListView - and it's just two text fields that need editing. What would be the best way, design-wise, go about this? I feel that a whole new activity would waste too much screen space and look off, yet…
Vadim Peretokin
  • 2,221
  • 3
  • 29
  • 40
1
vote
3 answers

Android-layout does not work properly

I'm using file main.xml to design UI in Android. I don't know why the last TextView (id: ImageDescription) doesn't work. If I delete ImageView tag, the last TextView will work again. Here is my screenshot. the first in when no ImageView tag, and the…
hqt
  • 29,632
  • 51
  • 171
  • 250
1
vote
3 answers

How can I design search field like zomato app in Flutter?

I'm working on recreating a design similar to the corner radius used in the Zomato app. Despite my best efforts, I haven't been able to replicate the exact design. Below, I've included images for reference. Zomato's design I'm looking for guidance…
1
vote
3 answers

Question on Fluid Web design

There are 2 ways in which we can implement a fluid design (one that would adjust itself to the screen size on which it is viewed on); Approach 1: We can just use the available browser size (or viewport width/height) and accordingly define our…
copenndthagen
  • 49,230
  • 102
  • 290
  • 442
1
vote
2 answers

How to have a square shaped widget in a row with multiple widgets in Flutter

I am trying to put some widgets in a row where the first widget should be square shaped and use the intrinsic width and height to modify the smaller one of these values so it results in a square shape. The side length should depend on the child…
js182
  • 13
  • 4
1
vote
1 answer

How can i put the

tag infront of the tag

I wanted to do some UI-Design and came across a little problem. Basically the tag should be the background of that tag -which is only red so that it can be found more easily-. screenshot HTML-Code:

1
vote
1 answer

Close current window and open new one in conditions pyqt

How to close the current window and open new window if condition is true(without any button clicked) and run the hole script again. I have tried so many method but not success class Ui_MainWindow(object): def setupUi(self, MainWindow): …
Rana Talha
  • 111
  • 8
1
vote
1 answer

How to add highlight overlay around the widget upon click?

I'm working on simple design system using Flutter. I want to highlight a widget upon selection (click), as you can see in the below images button get highlighted upon click. It gets handle and border. Challenging part: I don't want layout getting…
Shreyz
  • 99
  • 1
  • 10
1
vote
2 answers

Background UI Design Challenge

How to create this app background design?? that blue background..
FTF Studio
  • 89
  • 3
  • 17
1
vote
1 answer

GUI design: disabling labels?

I couldn't find anything useful on the net to this question: Is it generally a good idea to disable labels on GUIs (forms etc.) or is it considered a blooper? I'm not talking about HTML specifically, just any desktop GUI toolkit. The question is, a…
Kawu
  • 13,647
  • 34
  • 123
  • 195
1
vote
3 answers

How to design an about me page in an iphone app?

I am about to release a free iphone application that is targeted for all ages. My main menu contains an "About" button. How would I design my about me page? Putting it part of the main menu is the way to go? What should I include besides my name and…
1
vote
1 answer

Why on Finish editing of a DSP from vs code extension XD, not generating CSS, JS etc?

When importing a Design System Package(DSP) (designed in adobe XD) to vscode, after completion of editing expectation is, it generates CSS, JS etc as configured. But instead it is generating json files. Am I missing any step? Below are the steps I…
Praveen Pandey
  • 1,675
  • 3
  • 13
  • 17
1
vote
1 answer

How to make this design in flutter?

I am new to flutter and I want to make the following design.
1
vote
1 answer

How to design Android UI xml file from Adobe Xd file reference?

I am new to android. I am doing a project, for UI reference I have adobe xd design. The task given for me was I have to design activity xml the same as adobe screen design. In adobe xd file the measurements are in pixels. But in android, we are…
Sathyan
  • 138
  • 1
  • 10
1
vote
1 answer

How to remove extra margin above a Form

I want part of my view to be wrapped inside a Form, but not the whole thing. I don't want the Form to take up that much space, so I've shrunken it using .frame(). Although there is still a lot of margin on top of the Form. Here's my code. struct…
Evan93
  • 155
  • 11