blob: dbb8e7295b8bbf2204f41a4b42bdd024f1f25507 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2011 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>
<!-- The color of tiles with valid textures -->
<color name="ready_tile">#ff4ac230</color>
<!-- The color of tiles with stale / invalid textures -->
<color name="unready_tile">#ff744400</color>
<!-- Viewport overlay in playback -->
<color name="view">#50000050</color>
<!-- Invalidated region overlay in playback - start color -->
<color name="inval_region_start">#80ff0000</color>
<!-- Invalidated region overlay in playback - stop color-->
<color name="inval_region_stop">#80ffffff</color>
<!-- Background color for not testing -->
<color name="background_not_testing">#ff000000</color>
<!-- Background color for during testing -->
<color name="background_start_testing">#ff400000</color>
<!-- Background color for testing complete -->
<color name="background_stop_testing">#ff004000</color>
</resources>