blob: bd93714fd9eb50bd552fbe1d024b2d01ed4ea9da [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<integer name="fab_animation_duration">150</integer>
<!-- Control Bar animation durations -->
<integer name="control_bar_expand_anim_duration">333</integer>
<integer name="control_bar_collapse_anim_duration">233</integer>
<!-- Default max string length -->
<integer name="default_max_string_length">120</integer>
<!-- The amount of time it takes for a new image in a CrossfadeImageView to fade in. -->
<integer name="crossfade_image_view_fade_in_duration">250</integer>
<!-- The maximum number of thread pools used to fetch images. Applications don't share
pools to prevent one bad app from starving others. -->
<integer name="image_fetcher_thread_pools_max_count">5</integer>
<!-- The number of threads in each pool used to fetch images. -->
<integer name="image_fetcher_thread_pool_size">3</integer>
<!-- The amount of memory (in megabytes) LocalImageFetcher allocates to caching bitmaps
(and drawables) in memory. -->
<integer name="bitmap_memory_cache_max_size_mb">5</integer>
<!-- When caching drawables in memory, if they are not BitmapDrawable, we estimate the amount
of memory they take by considering they are equivalent to a 256x256 px bitmap. -->
<integer name="drawable_default_weight_kb">250</integer>
</resources>