OmniLib: add SecureSettingsSwitch and SystemSettingsSwitch
Update: add TypedArray recycle
Change-Id: I0afb459061da29e4007ad8e76c6e02df192d0de6
diff --git a/res/values/custom_attrs.xml b/res/values/custom_attrs.xml
index c7b38dc..b17034b 100644
--- a/res/values/custom_attrs.xml
+++ b/res/values/custom_attrs.xml
@@ -31,4 +31,13 @@
<attr name="multiColor" format="boolean" />
<attr name="withAlpha" format="boolean" />
</declare-styleable>
-</resources>
\ No newline at end of file
+
+ <declare-styleable name="SecureSettingsSwitch">
+ <attr name="initialValue" format="integer" />
+ </declare-styleable>
+
+ <declare-styleable name="SystemSettingsSwitch">
+ <attr name="initialValue" format="integer" />
+ </declare-styleable>
+
+</resources>