OSDN Git Service

Merge "Use buttons for EncryptionInterstitial" into oc-dev
[android-x86/packages-apps-Settings.git] / res / drawable / ic_shortcut_wireless.xml
index d5607e5..2fd05a5 100644 (file)
   ~ See the License for the specific language governing permissions and
   ~ limitations under the License
   -->
-<vector
-    xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="80dp"
-    android:height="80dp"
-    android:viewportWidth="52.0"
-    android:viewportHeight="52.0" >
-    <path
-        android:fillColor="#FFF5F5F5"
-        android:pathData="M2,26a24,24 0 1,0 48,0a24,24 0 1,0 -48,0"/>
-    <path
-        android:fillColor="@*android:color/accent_device_default_light"
-        android:pathData="M26.01,35.49L37.64,21c-0.45-0.34-4.93-4-11.64-4c-6.72,0-11.19,3.66-11.64,4l11.63,14.49L26,35.5L26.01,35.49z"/>
-</vector>
\ No newline at end of file
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+    <background android:drawable="@color/shortcut_background"/>
+    <foreground>
+        <vector
+            android:width="120dp"
+            android:height="120dp"
+            android:viewportWidth="78.0"
+            android:viewportHeight="78.0">
+            <group android:translateX="13.0" android:translateY="13.0">
+                <path
+                    android:fillColor="@*android:color/accent_device_default_light"
+                    android:pathData="M26.01,35.49L37.64,21c-0.45-0.34-4.93-4-11.64-4c-6.72,0-11.19,3.66-11.64,4l11.63,14.49L26,35.5L26.01,35.49z"/>
+            </group>
+        </vector>
+    </foreground>
+</adaptive-icon>