diff options
author | 20captainx12 <63267239+20captainx12@users.noreply.github.com> | 2022-03-04 03:46:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 03:46:11 +0000 |
commit | af120ded097a47e84d8b0dad96f39e0a2e536c39 (patch) | |
tree | d5387c6b3c8832979fc78979f34a0905b16d236d /app/src/main/res/drawable-v31/ic_launcher_background.xml | |
parent | 40078880af07c444bc33dba373603bbb442f0ded (diff) | |
download | infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.tar infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.tar.gz infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.tar.bz2 infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.tar.lz infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.tar.xz infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.tar.zst infinity-for-reddit-af120ded097a47e84d8b0dad96f39e0a2e536c39.zip |
Added adaptive icons (#646)
Start adding adaptive icons for Android Tiramisu.
Diffstat (limited to 'app/src/main/res/drawable-v31/ic_launcher_background.xml')
-rw-r--r-- | app/src/main/res/drawable-v31/ic_launcher_background.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-v31/ic_launcher_background.xml b/app/src/main/res/drawable-v31/ic_launcher_background.xml new file mode 100644 index 00000000..e4b20200 --- /dev/null +++ b/app/src/main/res/drawable-v31/ic_launcher_background.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="108dp" + android:height="108dp" + android:viewportWidth="108" + android:viewportHeight="108"> + <path + android:fillColor="@android:color/system_accent1_100" + android:pathData="M0,0h108v108h-108z" /> +</vector> |