summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/values/attrs.xml')
-rw-r--r--InCallUI/res/values/attrs.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/InCallUI/res/values/attrs.xml b/InCallUI/res/values/attrs.xml
index bc00c9534..e135fb72d 100644
--- a/InCallUI/res/values/attrs.xml
+++ b/InCallUI/res/values/attrs.xml
@@ -16,41 +16,6 @@
-->
<resources>
- <declare-styleable name="EditPhoneNumberPreference">
- <!-- The enable button text. -->
- <attr name="enableButtonText" format="string" />
- <!-- The disable button text. -->
- <attr name="disableButtonText" format="string" />
- <!-- The change / update button text. -->
- <attr name="changeNumButtonText" format="string" />
- <!-- The confirm button mode. -->
- <attr name="confirmMode">
- <!-- Traditional single action "ok" button. -->
- <enum name="confirm" value="0" />
- <!-- Two state "enable/disable" button. -->
- <enum name="activation" value="1" />
- </attr>
- </declare-styleable>
-
- <declare-styleable name="CallForwardEditPreference">
- <attr name="serviceClass">
- <!-- voice -->
- <enum name="voice" value="1" />
- <!-- data -->
- <enum name="data" value="2" />
- </attr>
- <attr name="reason">
- <!-- unconditional -->
- <enum name="unconditional" value="0" />
- <!-- busy -->
- <enum name="busy" value="1" />
- <!-- no_reply -->
- <enum name="no_reply" value="2" />
- <!-- not_reachable -->
- <enum name="not_reachable" value="3" />
- </attr>
- </declare-styleable>
-
<declare-styleable name="GlowPadView">
<attr name="android:gravity"/>