Skip to content

Commit

Permalink
add a "plus" quest icon
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Nov 23, 2023
1 parent f497347 commit d487aa2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions app/src/main/res/drawable/ic_quest_plus.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="128dp"
android:height="128dp"
android:viewportWidth="128"
android:viewportHeight="128">
<path
android:pathData="M64,64m-64,0a64,64 0,1 1,128 0a64,64 0,1 1,-128 0"
android:fillColor="#9bbe55"/>
<path
android:fillColor="#000"
android:pathData="m108,68h-88v8h36v36h16v-36h36z"
android:fillAlpha="0.2"/>
<path
android:pathData="m108,56h-36v-36h-16v36h-36v16h36v36h16v-36h36z"
android:fillColor="#fff"/>
</vector>
2 changes: 2 additions & 0 deletions res/graphics/quest/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d487aa2

Please sign in to comment.