NEW
Font size
WorksheetsAndroid Studio Quiz - BSCS IV
Total questions: 10
Worksheet time: 3mins
What does XML stand for?
Extra Multi Language
Extensible Markup Language
Example Markup Language
Executable Multiple Language
In Android, where are XML layout files stored?
/src/layout/
/xml/layout/
/res/layout/
/assets/layout/
Which attribute sets the width of a View in XML?
android:layout_width
android:height
android:weight
android:width
What is the default orientation of a LinearLayout?
Grid
None
Horizontal
Vertical
Which XML file defines string resources?
AndroidManifest.xml
strings.xml
styles.xml
colors.xml
Which attribute is used to set margins in Android XML?
android:padding
android:margin
android:layout_margin
android:gap
What is the root element in most Android XML layout files?
<layout>
<root>
<RelativeLayout>
<LinearLayout>
Which attribute sets the text size of a TextView in XML?
android:fontSize
android:text_size
android:textSize
android:labelSize
Which of the following is NOT a valid layout in Android?
TableLayout
GridLayout
FrameDesign
LinearLayout
Which symbol is used to close a tag in XML?
</>
<->
<//>
<!>
