AboutBliss: Add Split Tab for Bliss

- Added changelog from
Crdroid:https://github.com/crdroidandroid/android_packages_apps_crDroidSettings/commit/7840d021c05e8e479cd8bbd5d6b17cba91eb9f75#diff-2663c16d236900067dc79b88c86e1924
- Credits to koush for UrlImageViewHelper

Signed-off-by: starkdroid <gamerprince.exp@gmail.com>

@Jackeagle edit: build within settings app
- Remove unwanted drawables
- Move Bliss Version , build date from Settings
- Move Bliss Share.
- Add BlissOTA

Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/res/values/bliss_attrs.xml b/res/values/bliss_attrs.xml
new file mode 100644
index 0000000..7d85594
--- /dev/null
+++ b/res/values/bliss_attrs.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2015 BlissRoms 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+    <!-- About Bliss -->
+     <declare-styleable name="DeveloperPreference">
+         <attr name="gplusHandle" format="string" />
+         <attr name="nameDev" format="string"/>
+	 <attr name="githubLink" format="string" />
+         <attr name="emailDev" format="string" />
+     </declare-styleable>
+ 
+     <declare-styleable name="ImageListPreference">
+         <attr name="summaryImage" format="reference" />
+         <attr name="entryImages" format="reference" />
+     </declare-styleable>
+
+</resources>