Podcast
Questions and Answers
Which attribute is used to specify an extra space in all directions equally?
Which attribute is used to specify an extra space in all directions equally?
- android:layout_marginRight
- android:layout_margin (correct)
- android:layout_marginLeft
- android:layout_marginTop
Which attribute is used to specify an extra space inside the view in all directions equally?
Which attribute is used to specify an extra space inside the view in all directions equally?
- android:paddingLeft
- android:paddingRight
- android:padding (correct)
- android:paddingTop
Which attribute is used to specify an extra space gap in only one direction?
Which attribute is used to specify an extra space gap in only one direction?
- android:layout_marginRight
- android:layout_marginTop
- android:layout_marginLeft (correct)
- android:layout_marginBottom
Which attribute is used to specify an extra space in the right direction?
Which attribute is used to specify an extra space in the right direction?
What does the Palette in Android Studio contain?
What does the Palette in Android Studio contain?