It s just freaking me out, but I can t make my layout depend on weight. There are two relative layouts and two linear layouts and some elements in both of these layouts. I ve put android:layout_weight="0.2
to the first one, android:layout_weight="0.1
to the second one, android:layout_weight="0.5
to the third one, and android:layout_weight="0.2
to the last one. The sum is 1, right? But it doesn t work. I m afraid, it s because of different layout_height and maybe different categories of layouts? The XML-code is here
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...