Add more QS styles [3/3]
Change-Id: I3bd65bb5b9f2f7845fce62d2c4611915a4adb789
diff --git a/QSthemes/QSTileSquircleTrim/Android.mk b/QSthemes/QSTileSquircleTrim/Android.mk
new file mode 100644
index 0000000..26b2a42
--- /dev/null
+++ b/QSthemes/QSTileSquircleTrim/Android.mk
@@ -0,0 +1,10 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+CAL_MODULE_TAGS := optional
+
+LOCAL_PACKAGE_NAME := QSTileSquircleTrim
+LOCAL_SDK_VERSION := current
+LOCAL_CERTIFICATE := platform
+LOCAL_PRIVILEGED_MODULE := false
+
+include $(BUILD_PACKAGE)
diff --git a/QSthemes/QSTileSquircleTrim/AndroidManifest.xml b/QSthemes/QSTileSquircleTrim/AndroidManifest.xml
new file mode 100644
index 0000000..c6b4327
--- /dev/null
+++ b/QSthemes/QSTileSquircleTrim/AndroidManifest.xml
@@ -0,0 +1,8 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.systemui.qstile.squircletrim"
+ android:versionCode="1"
+ android:versionName="1.0">
+ <overlay android:targetPackage="com.android.systemui" android:priority="1"/>
+
+ <application android:label="@string/qstile_squircle_trim" android:hasCode="false"/>
+</manifest>
diff --git a/QSthemes/QSTileSquircleTrim/res/drawable/ic_qs_circle.xml b/QSthemes/QSTileSquircleTrim/res/drawable/ic_qs_circle.xml
new file mode 100644
index 0000000..5ebc1ff
--- /dev/null
+++ b/QSthemes/QSTileSquircleTrim/res/drawable/ic_qs_circle.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2018 AquariOS
+
+ 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.
+
+ General description:
+ Dual tone icon with frame around circle
+
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="40dp"
+ android:height="40dp"
+ android:viewportWidth="40"
+ android:viewportHeight="40">
+
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M20,39.1c-2,0-3.9,0-5.9,0c-6.4,0-11.7-4.2-13-10.5c-0.2-0.9-0.3-1.8-0.3-2.7c0-3.9,0-7.9,0-11.8c0-6.3,4.3-11.6,10.5-12.9 c0.9-0.2,1.8-0.3,2.7-0.3c4,0,8,0,12,0c6.4,0,11.7,4.3,13,10.5c0.2,0.9,0.3,1.8,0.3,2.7c0,3.9,0,7.8,0,11.7c0,6.4-4.3,11.6-10.5,13 c-0.9,0.2-1.8,0.3-2.8,0.3C24,39.1,22,39.1,20,39.1z M20,37.9c2,0,3.9,0,5.9,0c0.6,0,1.2,0,1.8-0.1c6.1-0.9,10.4-5.8,10.4-12 c0-3.9,0-7.8,0-11.7c0-0.9-0.1-1.8-0.3-2.7c-1.3-5.6-6-9.4-11.8-9.4c-3.9,0-7.9,0-11.8,0c-0.6,0-1.1,0-1.7,0.1C6.4,3,2,8,2,14.2 c0,3.9,0,7.8,0,11.7c0,0.8,0.1,1.5,0.2,2.3c1.1,5.8,6,9.8,11.9,9.8C16.1,37.9,18.1,37.9,20,37.9z" />
+ <path
+ android:fillColor="#ffffff"
+ android:pathData="M19.9,3c1.8,0,3.7,0,5.5,0c5,0.1,8.6,2.5,10.7,7c0.6,1.3,0.9,2.7,0.9,4.2c0,3.7,0.1,7.5,0,11.2c-0.1,5-2.5,8.5-7,10.6 c-1.3,0.6-2.8,0.9-4.3,0.9c-3.7,0-7.5,0.1-11.2,0c-5-0.1-8.5-2.5-10.6-7C3.3,28.6,3,27,3,25.4c0-3.7-0.1-7.4,0-11.1 C3.2,9.8,5.4,6.4,9.4,4.3C11.1,3.4,12.9,3,14.7,3C16.5,3,18.2,3,19.9,3z" />
+</vector>
diff --git a/QSthemes/QSTileSquircleTrim/res/values/strings.xml b/QSthemes/QSTileSquircleTrim/res/values/strings.xml
new file mode 100644
index 0000000..7a6daee
--- /dev/null
+++ b/QSthemes/QSTileSquircleTrim/res/values/strings.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/**
+ * Copyright (c) 2017, 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <string name="qstile_squircle_trim">Squircle with trim</string>
+
+</resources>