layout tag

76 questions


1 answers
58 views
0
Can you give layout_weight to the text view with code?

I want to dynamically create TableRow in TableLayout. There are two items in Table Row: TextView and CheckBox. I'm going to give a weight of 1 for the text viewI don't know how to search the document.


1 answers
67 views
0
How to add a custom adapter to the ListView

I'd like to put a custom adapter in the list view, but I'm posting a question because I thought I could get related data.I'd appreciate it if you could show me an example.


1 answers
66 views
0
HTml, css question. Please make it for me.)

I'm trying to create a comment function on the bulletin board, but I can't catch the layout.I want to make a layout with HTml or css like the second pictureHelp me

2 years ago

1 answers
85 views
0
How to remove Android image button margin programmatically

GridLayout gameBoard = (GridLayout)findViewById(R.id.gridLayout); for (int rowCounter = 0; rowCounter < DIMENSION; rowCounter++) for (int columnCounter = 0; columnCounter < DIMENSION; columnCou...


1 answers
42 views
0
I don't know why the article tag is affected by the offspring img tag.

https://repl.it/@hyperhand9/CssExerciseIn the link above, there is a simple html and css source scog that I wrote, and there is one img tag in the html code. However, if only the img tag goes in, stra...

2 years ago

2 answers
105 views
0
It's an Android layout question

If you give android:layout_weight by 1 to place it like the image on the left,The ImageView ratio does not match as shown in the image on the right.TextView will also be out of proportion if the text ...

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.