ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 115 - Associate Android Developer discussion

Report
Export

In application theme style, value statusBarColor (<item name="android:statusBarColor">) means:

A.
Color of text (usually same as colorForeground).
Answers
A.
Color of text (usually same as colorForeground).
B.
Shows a thin line of the specified color between the navigation bar and the app content.For this to take effect, the window must be drawing the system bar backgrounds with R.attr.windowDrawsSystemBarBackgrounds and the navigation bar must not have been requested to be translucent with R.attr.windowTranslucentNavigation. Corresponds to Window.setNavigationBarDividerColor(int).
Answers
B.
Shows a thin line of the specified color between the navigation bar and the app content.For this to take effect, the window must be drawing the system bar backgrounds with R.attr.windowDrawsSystemBarBackgrounds and the navigation bar must not have been requested to be translucent with R.attr.windowTranslucentNavigation. Corresponds to Window.setNavigationBarDividerColor(int).
C.
The color for the status bar. If the color is not opaque, consider setting View.SYSTEM_UI_FLAG_LAYOUT_STABLE andView.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN. For this to take effect, the window must be drawing thesystem bar backgrounds with
Answers
C.
The color for the status bar. If the color is not opaque, consider setting View.SYSTEM_UI_FLAG_LAYOUT_STABLE andView.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN. For this to take effect, the window must be drawing thesystem bar backgrounds with
D.
attr.windowDrawsSystemBarBackgrounds and the status bar must not have been requested to be translucent with R.attr.windowTranslucentStatus.Corresponds to Window.setStatusBarColor(int).
Answers
D.
attr.windowDrawsSystemBarBackgrounds and the status bar must not have been requested to be translucent with R.attr.windowTranslucentStatus.Corresponds to Window.setStatusBarColor(int).
E.
The color for the navigation bar. If the color is not opaque, consider setting View.SYSTEM_UI_FLAG_LAYOUT_STABLE andView.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION. For this to take effect, the window must be drawingthe system bar backgrounds with
Answers
E.
The color for the navigation bar. If the color is not opaque, consider setting View.SYSTEM_UI_FLAG_LAYOUT_STABLE andView.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION. For this to take effect, the window must be drawingthe system bar backgrounds with
F.
attr.windowDrawsSystemBarBackgrounds and the navigation bar must not have been requested to be translucent with R.attr.windowTranslucentNavigation.Corresponds to Window.setNavigationBarColor(int).
Answers
F.
attr.windowDrawsSystemBarBackgrounds and the navigation bar must not have been requested to be translucent with R.attr.windowTranslucentNavigation.Corresponds to Window.setNavigationBarColor(int).
Suggested answer: C

Explanation:

Reference:

https://developer.android.com/guide/topics/ui/look-and-feel/themes https://developer.android.com/reference/android/R.styleable.html

asked 18/09/2024
Rudy Alexander Gonzalez
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first