weight tag

2 questions


1 answers
33 views
0
From Android to Linear Layout, weight

While reading the Android document, I found an interesting property called weight. So I'm going to apply thatI created the layout. <LinearLayout android:layout_width=fill_parent android:layout_he...

2 years ago

1 answers
59 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.


© 2024 OneMinuteCode. All rights reserved.