commit | 4924df7e609477b88f9a66cba22fa642281b07e8 | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sat Aug 20 21:01:45 2022 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Aug 20 21:19:02 2022 +0200 |
tree | 700c4f8e4b23f0575898df117070e0e57d310c19 | |
parent | 6b00d3de0c0d51cfcbee76a821422501b4df29c4 [diff] |
GrapheneCamera: Themed icon Change-Id: I2492392e54773382222e260a7540b063b0c7d0b2
diff --git a/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml index 7353dbd..515b77e 100644 --- a/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml +++ b/app/src/main/res/mipmap-anydpi/ic_launcher_round.xml
@@ -2,4 +2,5 @@ <adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> <background android:drawable="@color/ic_launcher_background"/> <foreground android:drawable="@drawable/ic_launcher_foreground"/> -</adaptive-icon> \ No newline at end of file + <monochrome android:drawable="@drawable/ic_launcher_foreground" /> +</adaptive-icon>