1
0
mirror of https://github.com/fumiama/android-base16384.git synced 2026-06-12 06:00:40 +08:00
This commit is contained in:
fumiama
2020-12-16 23:16:28 +08:00
parent df21b96dcb
commit 3ecb0f8b2c
42 changed files with 1363 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="32dp"
android:height="32dp"
android:viewportWidth="1024"
android:viewportHeight="1024">
<path
android:fillColor="#000000"
android:pathData="M921.6 550.4H102.4C81.408 550.4 64 532.992 64 512s17.408-38.4 38.4-38.4h819.2c20.992 0 38.4 17.408 38.4 38.4s-17.408 38.4-38.4 38.4z" />
<path
android:fillColor="#000000"
android:pathData="M512 960c-20.992 0-38.4-17.408-38.4-38.4V102.4c0-20.992 17.408-38.4 38.4-38.4s38.4 17.408 38.4 38.4v819.2c0 20.992-17.408 38.4-38.4 38.4z" />
</vector>