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

Commit 0b0328fd authored by Bill Lin's avatar Bill Lin
Browse files

Correct image shortcut icon color background and foreground

DocumentsUI shortcut icons only support 1 design(Blue+White background)
Keep all shortcuts in documentsUI the same foreground/background color

  ic_image_shortcut.xml: used for shortcut
  ic_doc_image.xml: used for hamburger menu

Bug: 112705453
Test: manual long press Files shortcut and observe correct visual
Test: atest DocumentsUITests
Change-Id: Iff8110844583dbe9ae8be45b364d205a4ac09a23
parent e0117924
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
    <background android:drawable="?android:textColorSecondary" />
    <background android:drawable="@color/shortcut_background" />
    <foreground>
      <inset android:inset="33%">
        <vector xmlns:android="http://schemas.android.com/apk/res/android"
@@ -25,7 +25,7 @@
          android:viewportHeight="24"
          android:viewportWidth="24">
        <path
          android:fillColor="@color/root_activated_color"
          android:fillColor="@color/shortcut_foreground"
          android:pathData="M21 19V5c0,-1.1,-.9,-2,-2,-2H5c-1.1 0,-2 .9,-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2,-.9 2,-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5,-4.5z" />
        </vector>
      </inset>