• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!--
2  ~ Copyright (C) 2012 The Android Open Source Project
3  ~
4  ~ Licensed under the Apache License, Version 2.0 (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
7  ~
8  ~      http://www.apache.org/licenses/LICENSE-2.0
9  ~
10  ~ Unless required by applicable law or agreed to in writing, software
11  ~ distributed under the License is distributed on an "AS IS" BASIS,
12  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  ~ See the License for the specific language governing permissions and
14  ~ limitations under the License.
15  -->
16
17<resources>
18
19  <attr format="reference" name="dialpad_style"/>
20  <attr format="dimension" name="dialpad_end_key_spacing"/>
21
22  <declare-styleable name="Dialpad">
23    <attr format="color" name="dialpad_key_button_touch_tint"/>
24    <attr format="dimension" name="dialpad_digits_adjustable_text_size"/>
25    <attr format="dimension" name="dialpad_digits_adjustable_height"/>
26    <attr format="dimension" name="dialpad_key_numbers_size"/>
27    <attr format="dimension" name="dialpad_key_number_margin_bottom"/>
28    <attr format="dimension" name="dialpad_zero_key_number_margin_bottom"/>
29  </declare-styleable>
30
31  <declare-styleable name="Theme.Dialpad">
32    <attr format="color" name="dialpad_text_color"/>
33    <attr format="color" name="dialpad_text_color_primary"/>
34    <attr format="color" name="dialpad_text_color_secondary"/>
35    <attr format="color" name="dialpad_icon_tint"/>
36    <attr format="color" name="dialpad_voicemail_tint"/>
37    <attr format="color" name="dialpad_background"/>
38    <attr format="dimension" name="dialpad_elevation"/>
39  </declare-styleable>
40</resources>
41