summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/common/preference/res/values/attrs.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-22 20:20:35 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-22 20:20:35 +0000
commit2aea5b1df52c9f15e551006a46743e792b71cb51 (patch)
tree10a2be8052ba1ecf4b8ac94d31898dec7df2ada5 /java/com/android/dialer/common/preference/res/values/attrs.xml
parent6c64810275484ecc554e1e7ab0e0759c01640fe0 (diff)
parentdeb440005181e1d18785e2474192142cf1681d54 (diff)
Merge changes I31e744f3,Ie64d2c6f
* changes: Use SwitchPreferenceWithClickableSummary instead of SwitchPreference for VM Donation Removed appContext from CallLogDataSource and PhoneLookup.
Diffstat (limited to 'java/com/android/dialer/common/preference/res/values/attrs.xml')
-rw-r--r--java/com/android/dialer/common/preference/res/values/attrs.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/com/android/dialer/common/preference/res/values/attrs.xml b/java/com/android/dialer/common/preference/res/values/attrs.xml
new file mode 100644
index 000000000..c1d1de015
--- /dev/null
+++ b/java/com/android/dialer/common/preference/res/values/attrs.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 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>
+ <declare-styleable name="SwitchPreferenceWithClickableSummary">
+ <attr name="urlToOpen" format="string"/>
+ </declare-styleable>
+</resources>
+