blob: ac0fcb88e8ba384b4f4473c6656b87f878c29da8 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 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>
<!-- Alpha transparency for wigets that set enablement/disablement programmatically
transparency is applied in the disabled state -->
<dimen name="disabled_alpha_device_default">0.5</dimen>
<!-- Alpha transparency applied to elements which are considered primary (e.g. primary text) -->
<dimen name="primary_content_alpha_device_default">1.0</dimen>
<!-- Alpha transparency applied to elements which are considered secondary (e.g. secondary text) -->
<dimen name="secondary_content_alpha_device_default">0.8</dimen>
</resources>