Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6481a144 authored by Mohit Mali's avatar Mohit Mali
Browse files

Update System updater icon

Fix MicroG icon size
parent 00d99ac0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@
        <!--System Updater-->
        <activity android:name="Settings$SystemUpdaterActivity"
            android:label="@string/system_update_settings_list_item_title"
            android:icon="@drawable/ic_homepage_microg">
            android:icon="@drawable/ic_system_update">
            <intent-filter android:priority="100">
                <action android:name="com.android.settings.action.SETTINGS" />
            </intent-filter>
+3 −3
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="@dimen/dashboard_tile_image_size"
    android:height="@dimen/dashboard_tile_image_size"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="32"
    android:viewportHeight="32">

+24 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="@dimen/dashboard_tile_image_size"
    android:height="@dimen/dashboard_tile_image_size"
    android:viewportWidth="32"
    android:viewportHeight="33">

    <group>
        <path
            android:fillColor="#E83A52"
            android:pathData="M25.2477 32.657H6.75229C3.02611 32.657 0 29.6309 0 25.9047V7.40928C0 3.68309 3.02611 0.656982 6.75229 0.656982H25.2477C28.9739 0.656982 32 3.68309 32 7.40928V25.9047C32 29.6309 28.9739 32.657 25.2477 32.657Z" />
        <group>
            <path
                android:fillColor="#ffffff"
                android:pathData="M15.9999 19.8015C15.7999 19.8015 15.5999 19.7126 15.4443 19.5793L11.6443 15.7793C11.3332 15.4681 11.3332 14.9793 11.6443 14.6904C11.9555 14.4015 12.4443 14.3793 12.7332 14.6904L15.9777 17.9348L19.2443 14.6904C19.5555 14.3793 20.0443 14.3793 20.3332 14.6904C20.6443 15.0015 20.6443 15.4904 20.3332 15.7793L16.5555 19.5793C16.3999 19.7126 16.1999 19.8015 15.9999 19.8015Z" />
            <path
                android:fillColor="#ffffff"
                android:pathData="M15.9999 19.8015C15.5777 19.8015 15.2222 19.4459 15.2222 19.0237V7.75703C15.2222 7.3348 15.5777 6.97925 15.9999 6.97925C16.4222 6.97925 16.7777 7.3348 16.7777 7.75703V19.0237C16.7777 19.4459 16.4222 19.8015 15.9999 19.8015Z" />
            <path
                android:fillColor="#ffffff"
                android:pathData="M23.5333 26.3349H8.46662C8.0444 26.3349 7.68884 25.9793 7.68884 25.5571V10.4904C7.68884 10.0682 8.0444 9.71265 8.46662 9.71265H10.2666C10.6888 9.71265 11.0444 10.0682 11.0444 10.4904C11.0444 10.9126 10.6888 11.2682 10.2666 11.2682H9.2444V24.7793H22.7555V11.2682H21.6666C21.2444 11.2682 20.8888 10.9126 20.8888 10.4904C20.8888 10.0682 21.2444 9.71265 21.6666 9.71265H23.5333C23.9555 9.71265 24.3111 10.0682 24.3111 10.4904V25.5571C24.3111 25.9793 23.9555 26.3349 23.5333 26.3349Z" />
        </group>
    </group>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    <Preference
	android:key="microg_settings"
	android:title="@string/micro_g"
	android:icon="@drawable/ic_microg_settings"
	android:icon="@drawable/ic_homepage_microg"
	android:order="-252"
	android:fragment="com.android.settings.MicroGSettings">
	<intent android:action="android.intent.action.MAIN"