android-ui
Dynamically expanding widgets on Android UI
I\'m trying to create a simple Android UI that consists of a EditText and Button widget. Howev开发者_开发知识库er I\'m having some problems with setting the layout properties. The UI is supposed to lo[详细]
2023-01-19 04:25 分类:问答Unable to Add a subview to a LinearLayout with "Wrap_Content"
I\'m using data to build elements of a ViewGroup.The ViewGroup are LinearLayouts, except the leaves, which are TextViews.Because Data draws the hierarchy, I inflate the LinearLayouts and TextViews fro[详细]
2023-01-13 06:43 分类:问答android UI external libraries?
I\'m starting with android, and the app I\'m developing is gonna need custom widgets look (glossy buttons, animated backgrounds etc.),[详细]
2023-01-12 16:46 分类:问答EditText's cursor position
Assuming, that a user has written some text into an EditText and thereafter touched somewhere else on the screen, which caused the cursor position t开发者_如何学Co change: How can one determine the ne[详细]
2023-01-11 03:48 分类:问答Automatic Checkbox list with 5 sec. delay in android
I want to show automatic checklist in android. For example I can have 4 list of item with unchecked check box adjutant to that.[详细]
2023-01-09 13:31 分类:问答Android centering text in lists
Say I have a list of Strings with the elements: \"One\", \"Two\", \"Three\", \"Four\" I want to center them in the middle of the screen but I want to do it in a way that the start of each word is nex[详细]
2023-01-06 12:49 分类:问答Displaying a list with different types of information in Android
I want to create a page with X questions (the questions are stored in a da开发者_C百科tabase and I read them), headline and buttons at the end.[详细]
2023-01-05 07:24 分类:问答How to gradient fill a button's background?
I have to create a colored button with gradient fill(starting from the middle of the button along Y axis). If I set the background propert开发者_如何学JAVAy of the button to the color I want, I lose t[详细]
2022-12-22 11:09 分类:问答