Skip to content

Commit

Permalink
Merge pull request #159 from AzusaHana/master
Browse files Browse the repository at this point in the history
添加 Material You 主题图标
  • Loading branch information
Justwen authored Apr 27, 2023
2 parents 1c063f7 + 9eb3fb9 commit 6f62784
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
27 changes: 27 additions & 0 deletions nga_phone_base_3.0/src/main/res/drawable/nga_open_monochrome.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="1024dp"
android:height="1024dp"
android:viewportWidth="1024"
android:viewportHeight="1024">
<path
android:fillColor="#FF000000"
android:pathData="M682.1,475.3l-26.7,-34.3l43.9,-24.9z"/>
<path
android:fillColor="#FF000000"
android:pathData="M628.7,435.2l-34.3,-26.7l40.1,-32.4z"/>
<path
android:fillColor="#FF000000"
android:pathData="M563.9,385.6l-45.7,-16.1l45.7,-48.7z"/>
<path
android:fillColor="#FF000000"
android:pathData="M493.5,368.5l-10.6,-70.6l-27.6,64.9z"/>
<path
android:fillColor="#FF000000"
android:pathData="M398.4,387.4l-7.9,-85.6l49.6,49.5z"/>
<path
android:fillColor="#FF000000"
android:pathData="M630.7,468.6l-148.7,-84.8l-80,34.3l19,76.2l42.9,19.1l54.3,-19.1l26.7,45.8l-9.5,68.6l83.9,-53.4z"/>
<path
android:fillColor="#FF000000"
android:pathData="M516.3,622l-78.2,101.1l-47.6,-19.1l-24.8,-45.8l38.1,-34.3l64.8,9.5l13.4,0z"/>
</vector>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
<monochrome android:drawable="@drawable/nga_open_monochrome"/>
</adaptive-icon>
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
<monochrome android:drawable="@drawable/nga_open_monochrome"/>
</adaptive-icon>

0 comments on commit 6f62784

Please sign in to comment.