Skip to content

Commit

Permalink
Merge pull request #117 from andreban/adaptative-icon
Browse files Browse the repository at this point in the history
Adaptative Icons Improvements
  • Loading branch information
andreban authored Mar 3, 2020
2 parents 8e7f6f4 + bd2b298 commit 4a80a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<background>
<aapt:attr name="android:drawable">
<layer-list>
<item android:drawable="@android:color/black" />
<item android:drawable="@android:color/white" />
<item android:drawable="@mipmap/ic_maskable"
android:top="12.75dp"
android:right="12.75dp"
Expand Down
3 changes: 1 addition & 2 deletions packages/core/template_project/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true


android.useAndroidX=true

0 comments on commit 4a80a90

Please sign in to comment.