Skip to content
Snippets Groups Projects
Commit 04dc041f authored by Mohammad Hasan Keramat J's avatar Mohammad Hasan Keramat J :homes:
Browse files

Messaging: Apply new icon

* Thanks to RKBDI

Change-Id: If7218398d5a83dcf7436229263999270105363f9
parent 35a5e588
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2025 The LibreMobileOS Foundation
SPDX-License-Identifier: Apache-2.0
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<path
android:pathData="M0,0l108,0l0,108l-108,0z"
android:fillColor="#ffffff"/>
<path
android:pathData="m54,66.25c7.04,0 12.75,-5.48 12.75,-12.25 0,-6.77 -5.71,-12.25 -12.75,-12.25 -7.04,0 -12.75,5.48 -12.75,12.25 0,6.77 5.71,12.25 12.75,12.25zM50.12,57.7c-1.02,-0.98 -1.6,-2.32 -1.6,-3.71l10.93,0c0,1.39 -0.58,2.73 -1.6,3.71 -1.02,0.98 -2.41,1.54 -3.86,1.54 -1.45,0 -2.84,-0.55 -3.86,-1.54z"
android:fillColor="#254055"
android:fillType="evenOdd"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2025 The LibreMobileOS Foundation
SPDX-License-Identifier: Apache-2.0
-->
<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="#87E98C"
android:pathData="m70,42l-2,0l0,16c0,1.1 -0.9,2 -2,2L42,60l0,2c0,2.2 1.8,4 4,4l20,0l8,8L74,46C74,43.8 72.2,42 70,42ZM64,52L64,38C64,35.8 62.2,34 60,34L38,34C35.8,34 34,35.8 34,38l0,26l8,-8l18,0c2.2,0 4,-1.8 4,-4z"/>
android:pathData="M108,0L0,0L0,108L108,108ZM76,53.88c0,12.19 -9.8,22.08 -21.91,22.12L54,76L36.35,76C33.95,76 32,74.04 32,71.63l0,-18.73l0.02,0C32.53,41.13 42.17,31.75 54,31.75c12.15,0 22,9.91 22,22.13z"
android:fillColor="#2eb6bc"
android:fillType="evenOdd"/>
</vector>
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: 2025 The LibreMobileOS Foundation
SPDX-License-Identifier: Apache-2.0
-->
<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/white"
android:pathData="m68.46,60.52 l-5.08,-0.58c-1.22,-0.14 -2.42,0.28 -3.28,1.14l-3.68,3.68C50.76,61.88 46.12,57.26 43.24,51.58L46.94,47.88C47.8,47.02 48.22,45.82 48.08,44.6L47.5,39.56C47.26,37.54 45.56,36.02 43.52,36.02L40.06,36.02c-2.26,0 -4.14,1.88 -4,4.14 1.06,17.08 14.72,30.72 31.78,31.78 2.26,0.14 4.14,-1.74 4.14,-4L71.98,64.48C72,62.46 70.48,60.76 68.46,60.52Z"/>
android:pathData="M54,30C67.25,30 78,40.75 78,54 78,67.22 67.31,77.95 54.1,78L54,78L34.74,78C32.12,78 30,75.88 30,73.26L30,52.94h0.02C30.58,40.18 41.1,30 54,30ZM54,40.85c-7.68,0 -13.91,5.95 -13.91,13.29 0,7.34 6.23,13.29 13.91,13.29 7.68,0 13.91,-5.95 13.91,-13.29 0,-7.34 -6.23,-13.29 -13.91,-13.29zM48.02,54.12h11.92c0,1.51 -0.63,2.96 -1.75,4.03 -1.12,1.07 -2.63,1.67 -4.22,1.67 -1.58,0 -3.1,-0.6 -4.22,-1.67 -1.12,-1.07 -1.75,-2.52 -1.75,-4.03z"
android:strokeWidth="0.271955"
android:fillColor="#000000"/>
</vector>
......@@ -14,7 +14,7 @@
limitations under the License.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome" />
</adaptive-icon>
......@@ -15,7 +15,6 @@
limitations under the License.
-->
<resources>
<color name="ic_launcher_background">#477B4A</color>
<color name="primary_color">@*android:color/system_accent1_600</color>
<color name="permission_check_activity_background">@color/primary_color</color>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment