Multiple Choice
Which of the following statements is false?
A) If you need to customize theme colors, Google’s material design guidelines for color recommend that you choose a color palette consisting of a primary color—with no more than five hues (shades) —and an accent color.
B) The primary colors typically are used to color the status bar and the app bar at the top of the screen and also can be used in your GUI.
C) The accent color is used to tint various views in your GUI, such as SeekBars, CheckBoxes and RadioButtons.
D) Once you choose a palette, you can use Android Studio’s Theme Editor to modify a theme’s colors.
Correct Answer:

Verified
Correct Answer:
Verified
Q31: You'll use an anonymous inner class to
Q32: A(n) _is a subclass of Text-View that
Q33: Activities transition between their states in response
Q34: The call to setContentView receives the R.layout
Q35: Method_is called whenever the SeekBar's thumb position
Q37: When you set a view's_property, Android automatically
Q38: The manifest element’s nested
Q39: Which of the following statements is false?<br>A)
Q40: Why would you set the digits property
Q41: Android Studio's app templates have been updated