Skip to content

Commit

Permalink
Update icon
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Dec 12, 2023
1 parent 235c4b6 commit 4201635
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 22 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ android {
}

dependencies {
implementation 'org.commonmark:commonmark-ext-yaml-front-matter:0.20.0'
implementation 'org.commonmark:commonmark-ext-yaml-front-matter:0.21.0'
implementation 'com.github.billthefarmer:CustomCalendarView:v1.06'
implementation 'com.github.billthefarmer:MarkdownView:v1.11'
implementation 'org.commonmark:commonmark:0.20.0'
implementation 'org.commonmark:commonmark:0.21.0'
}
25 changes: 14 additions & 11 deletions data/ic_launcher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 12 additions & 9 deletions src/main/res/drawable/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:viewportWidth="1024"
android:viewportHeight="1024">
<path
android:fillColor="#c3c3c3"
android:pathData="M80,40h864v974h-864z" />
<path
android:fillColor="#ff8d2a"
android:pathData="M2,1h19v22h-19z" />
android:pathData="M80,10h810v1004h-810z" />
<path
android:fillColor="#7f7f7f"
android:pathData="M7,1h14v20h-14z" />
android:fillColor="#e2e2e2"
android:pathData="M95,984h795v15h-795z" />
<path
android:fillColor="#c3c3c3"
android:pathData="M3,21h18v1h-18zM21,2h1v21h-1z" />
android:fillColor="#7f7f7f"
android:pathData="M320,10h570v974h-570z" />
<path
android:fillColor="#060606"
android:pathData="M18,1h1v21h-1z" />
android:pathData="M800,10h20v1004h-20z" />
<path
android:fillColor="#676767"
android:pathData="M10,4h7v3h-7z" />
android:pathData="M465,200h280v140h-280z" />
</vector>

0 comments on commit 4201635

Please sign in to comment.