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

Commit 3caecc6e authored by Tenghui Zhu's avatar Tenghui Zhu Committed by ztenghui
Browse files

Revert "Update attrs / public.xml for VectorDrawable opacity removal"

This reverts commit 9c44a95d5168c219facb39e7cca275d1e0a02cee.

Change-Id: If328d3101ce44c63d643217218109bb82e4f20ae
parent d4edf4cb
Loading
Loading
Loading
Loading
+151 −151

File changed.

Preview size limit exceeded, changes collapsed.

+4 −0
Original line number Diff line number Diff line
@@ -5209,10 +5209,14 @@
        <attr name="name" />
        <!-- The width a path stroke -->
        <attr name="strokeWidth" format="float" />
        <!-- The opacity of a path stroke @hide-->
        <attr name="strokeOpacity" format="float" />
        <!-- The color to stroke the path if not defined implies no stroke-->
        <attr name="strokeColor" format="color" />
        <!-- The color to fill the path if not defined implies no fill-->
        <attr name="fillColor" format="color" />
        <!-- The level of opacity of the filled area of the path @hide-->
        <attr name="fillOpacity" format="float" />
        <!-- The specification of the operations that define the path  -->
        <attr name="pathData" format="string" />
        <!-- The fraction of the path to trim from the start from 0 to 1 -->
+2 −0
Original line number Diff line number Diff line
@@ -2118,9 +2118,11 @@
  <public type="attr" name="transitionGroup" />
  <public type="attr" name="viewportWidth" />
  <public type="attr" name="viewportHeight" />
  <public type="attr" name="fillOpacity" />
  <public type="attr" name="fillColor" />
  <public type="attr" name="pathData" />
  <public type="attr" name="strokeColor" />
  <public type="attr" name="strokeOpacity" />
  <public type="attr" name="strokeWidth" />
  <public type="attr" name="trimPathStart" />
  <public type="attr" name="trimPathEnd" />