list different attributes which can be used with any layout manager
Answers
Answered by
6
Explanation:
Attributes of Layout in Android
android:id: It uniquely identifies the Android Layout.
android:hint: It shows the hint of what to fill inside the EditText.
android:layout_height: It sets the height of the layout.
android:layout_width: It sets the width of the layout.
Answered by
4
Answer:
Attributes of Layout in Android
android:id: It uniquely identifies the Android Layout.
android:hint: It shows the hint of what to fill inside the EditText.
android:layout_height: It sets the height of the layout.
android:layout_width: It sets the width of the layout.
Similar questions