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

Commit fc7069c1 authored by Alison Cichowlas's avatar Alison Cichowlas
Browse files

Update Edit icon.

Bug: 186719466
Test: icon only, manually verified
Change-Id: Idd24fd51fcd5f3b986889bc16bf0eb05507d7ff0
parent 5b8428fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1186,7 +1186,7 @@ public class ChooserActivity extends ResolverActivity implements

        final DisplayResolveInfo dri = new DisplayResolveInfo(
                originalIntent, ri, getString(R.string.screenshot_edit), "", resolveIntent, null);
        dri.setDisplayIcon(getDrawable(R.drawable.ic_menu_edit));
        dri.setDisplayIcon(getDrawable(R.drawable.ic_screenshot_edit));
        return dri;
    }

+24 −0
Original line number Diff line number Diff line
<!--
Copyright (C) 2014 The Android Open Source Project

   Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24.0dp"
    android:height="24.0dp"
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M20.41,4.94l-1.35,-1.35c-0.78,-0.78 -2.05,-0.78 -2.83,0l0,0L3,16.82V21h4.18L20.41,7.77C21.2,6.99 21.2,5.72 20.41,4.94zM6.41,19.06L5,19v-1.36l9.82,-9.82l1.41,1.41L6.41,19.06z"/>
</vector>
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -4161,6 +4161,7 @@
  <java-symbol type="drawable" name="ic_work_apps_off" />
  <java-symbol type="drawable" name="ic_sharing_disabled" />
  <java-symbol type="drawable" name="ic_no_apps" />
  <java-symbol type="drawable" name="ic_screenshot_edit" />
  <java-symbol type="dimen" name="resolver_empty_state_height" />
  <java-symbol type="dimen" name="resolver_empty_state_height_with_tabs" />
  <java-symbol type="dimen" name="resolver_max_collapsed_height_with_tabs" />