OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright (C) 2011 The Android Open Source Project | 2 <!-- Copyright (C) 2011 The Android Open Source Project |
3 | 3 |
4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
7 | 7 |
8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
(...skipping 11 matching lines...) Expand all Loading... | |
22 <item name="top_controls_hide_threshold" format="float" type="floats">0.17</ item> | 22 <item name="top_controls_hide_threshold" format="float" type="floats">0.17</ item> |
23 | 23 |
24 <!-- The number of thumbnails that the thumbnail cache can hold. --> | 24 <!-- The number of thumbnails that the thumbnail cache can hold. --> |
25 <integer name="default_thumbnail_cache_size">3</integer> | 25 <integer name="default_thumbnail_cache_size">3</integer> |
26 <!-- The number of approximation thumbnails that the approximation cache can hold. --> | 26 <!-- The number of approximation thumbnails that the approximation cache can hold. --> |
27 <integer name="default_approximation_thumbnail_cache_size">32</integer> | 27 <integer name="default_approximation_thumbnail_cache_size">32</integer> |
28 <!-- The maximum size of the write queue in the thumbnail cache. --> | 28 <!-- The maximum size of the write queue in the thumbnail cache. --> |
29 <integer name="default_write_queue_size">3</integer> | 29 <integer name="default_write_queue_size">3</integer> |
30 <!-- The maximum size of the compression queue in the thumbnail cache. --> | 30 <!-- The maximum size of the compression queue in the thumbnail cache. --> |
31 <integer name="default_compression_queue_size">3</integer> | 31 <integer name="default_compression_queue_size">3</integer> |
32 | |
33 <!-- TabStrip text --> | |
David Trainor- moved to gerrit
2015/01/09 18:18:51
Compositor Tab Title Text
Jaekyun Seok (inactive)
2015/01/09 20:37:22
Done.
| |
34 <bool name="tab_title_fake_bold_text">false</bool> | |
32 </resources> | 35 </resources> |
OLD | NEW |