diff options
Diffstat (limited to 'res/values/attrs.xml')
-rw-r--r-- | res/values/attrs.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml index 224daac..c76a6a5 100644 --- a/res/values/attrs.xml +++ b/res/values/attrs.xml @@ -157,4 +157,10 @@ <attr name="key" format="string" /> <attr name="value" format="string" /> </declare-styleable> + + <!-- Only used in the device overlays --> + <declare-styleable name="CustomClingTitleText"> + </declare-styleable> + <declare-styleable name="CustomClingText"> + </declare-styleable> </resources> |