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

Commit 4a1bcd96 authored by Dan Sandler's avatar Dan Sandler Committed by Daniel Sandler
Browse files

Grooming the cats.

 - Closed up tiny gaps in the vectors
 - Export larger cat PNGs
 - Make it harder to delete cats by accident
 - Properly color the two front/back feet most of the time
   instead of the two left/right

Change-Id: I185bf433d3be004945d6e16387ec928c14376b7a
Fixes: 29922607
Fixes: 30064123
Fixes: 29922111
Fixes: 29922066
parent adc51e46
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ Copyright (C) 2016 The Android Open Source Project
                  android:label="@string/app_name">
            <intent-filter>
                <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
                <action android:name="android.intent.action.MAIN" />
            </intent-filter>
        </activity>

+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@ Copyright (C) 2016 The Android Open Source Project
        android:height="48dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0">
    <path android:name="collar" android:fillColor="#FF000000" android:pathData="M9,18.4h30v1.6h-30z"/>
    <path android:name="collar" android:fillColor="#FF000000" android:pathData="M9,18.4h30v1.7h-30z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@ Copyright (C) 2016 The Android Open Source Project
        android:height="48dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0">
    <path android:name="leg1" android:fillColor="#FF000000" android:pathData="M9,38h5v5h-5z"/>
    <path android:name="leg1" android:fillColor="#FF000000" android:pathData="M9,37h5v6h-5z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@ Copyright (C) 2016 The Android Open Source Project
        android:height="48dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0">
    <path android:name="leg2" android:fillColor="#FF000000" android:pathData="M16,38h5v5h-5z"/>
    <path android:name="leg2" android:fillColor="#FF000000" android:pathData="M16,37h5v6h-5z"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -18,5 +18,5 @@ Copyright (C) 2016 The Android Open Source Project
        android:height="48dp"
        android:viewportWidth="48.0"
        android:viewportHeight="48.0">
    <path android:name="leg2_shadow" android:fillColor="#FF000000" android:pathData="M16,38h5v1h-5z"/>
    <path android:name="leg2_shadow" android:fillColor="#FF000000" android:pathData="M16,37h5v3h-5z"/>
</vector>
Loading