Skip to content

Commit

Permalink
Add missing icon for system settings
Browse files Browse the repository at this point in the history
Fixes #2057
  • Loading branch information
mar-v-in committed Oct 24, 2023
1 parent 94e9d70 commit 44b9173
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 2 deletions.
4 changes: 2 additions & 2 deletions play-services-core/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@
<!-- microG Settings embedded in System Settings on SDK 23 and newer -->
<activity-alias
android:name="org.microg.gms.ui.SettingsActivityLink"
android:icon="@drawable/ic_app_settings_foreground_mono"
android:icon="@mipmap/ic_app_settings"
android:label="@string/gms_settings_name"
android:process=":ui"
android:targetActivity="org.microg.gms.ui.MainSettingsActivity"
Expand All @@ -588,7 +588,7 @@
android:value="com.android.settings.category.device" />
<meta-data
android:name="com.android.settings.icon"
android:resource="@drawable/ic_app_settings_foreground_mono" />
android:resource="@drawable/ic_app_settings_system" />
<meta-data
android:name="com.android.settings.summary"
android:resource="@string/gms_settings_summary" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ SPDX-FileCopyrightText: 2023 microG Project Team
~ SPDX-License-Identifier: CC-BY-SA-4.0
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="225.27"
android:viewportHeight="225.27">
<group>
<path
android:pathData="m151.55,151.53a55,55 0,0 1,-66.39 8.74"
android:strokeAlpha="0.8"
android:strokeWidth="36"
android:fillColor="#00ffffff"
android:strokeColor="#ffffff"
android:fillAlpha="0.9"
android:strokeLineCap="butt" />
<path
android:pathData="M85.16,160.27A55,55 0,0 1,59.53 98.4"
android:strokeAlpha="0.6"
android:strokeWidth="36"
android:fillColor="#00ffffff"
android:strokeColor="#ffffff"
android:fillAlpha="0.7"
android:strokeLineCap="butt" />
<path
android:pathData="m59.53,98.4a55,55 0,0 1,25.63 -33.4"
android:strokeAlpha="0.5"
android:strokeWidth="36"
android:fillColor="#00ffffff"
android:strokeColor="#ffffff"
android:fillAlpha="0.6"
android:strokeLineCap="butt" />
<path
android:pathData="m85.16,65.01a55,55 0,0 1,66.39 8.74"
android:strokeAlpha="0.7"
android:strokeWidth="36"
android:fillColor="#00ffffff"
android:strokeColor="#ffffff"
android:fillAlpha="0.8"
android:strokeLineCap="butt" />
</group>
</vector>

0 comments on commit 44b9173

Please sign in to comment.