By default, the IDE set the layout’s Padding Left and Padding Right properties to a predefined dimension resource named @dimen/activity_horizontal_margin—located in the ________ file of the pro-ject’s res/values folder.
a. dimensions.xml
b. values.xml
c. strings.xml
d. dimens.xml
d. dimens.xml
You might also like to view...
A GUI uses icons to interact with the hardware and software of a computer
Indicate whether the statement is true or false
Which of the following statements most accurately describes the benefits realized from Windows XP’s policy of file caching simply by mapping files into the system’s virtual address space?
a) The only advantage is that the physical memory used by the file cache can grow or shrink dynamically, depending on memory needs. b) The only advantage is that this policy permits Windows XP to maintain separate caches for each mounted file system. c) The only advantages are that the physical memory used by the file cache can grow or shrink dynamically depending on memory needs, and this policy permits Windows XP to synchronize data access between memory-mapped file access (which goes through the VMM) and traditional file access using read and write (which goes through the file system) d) This permits physical memory used by the file cache to grow or shrink dynamically, depending on memory needs; this allows Windows XP to maintain separate caches for each mounted file system; and this permits Windows XP to synchronize data access between memory-mapped file access (which goes through the VMM) and traditional file access using read and write (which goes through the file system).