Free Best Android Tutorial Course Online For Beginners
Android Layout Weight-Attribute
Android Layout Weight-Attribute In this Tutorial, we see What is layout_weight in android? The Weight can only use in LinearLayout. Its denoted as ‘android:layout:weight’. Suppose, When the orientation of linearlayout is Vertical, then use android:layout_height=”0dp” and When the orientation is horizontal, then use android:layout_width = “0dp” . There are Read more…