diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-27 08:46:46 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-27 08:46:46 +0000 |
commit | 3b0eb15646cc9ac60a7661cf25d5a1a528bae404 (patch) | |
tree | 51061820cd68d27e7024061a71aed026d141f3ac /app/src/main/res/mipmap-anydpi-v26 | |
parent | fe82b5686e271183771bb801e99f24f88c872fbe (diff) | |
download | infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.gz infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.bz2 infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.lz infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.xz infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.tar.zst infinity-for-reddit-3b0eb15646cc9ac60a7661cf25d5a1a528bae404.zip |
This app now has an icon (finally)git statusgit statusgit status Add a credits page in settings. Use another error view and no comment placeholder.
Diffstat (limited to 'app/src/main/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index eca70cfe..bbd3e021 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@drawable/ic_launcher_background" /> - <foreground android:drawable="@drawable/ic_launcher_foreground" /> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon>
\ No newline at end of file diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index eca70cfe..bbd3e021 100644 --- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@drawable/ic_launcher_background" /> - <foreground android:drawable="@drawable/ic_launcher_foreground" /> + <background android:drawable="@drawable/ic_launcher_background"/> + <foreground android:drawable="@drawable/ic_launcher_foreground"/> </adaptive-icon>
\ No newline at end of file |