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

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

Update attrs / public.xml for VectorDrawable opacity removal

bug:16850076

Change-Id: Ib6fea828b14e85cacccc8a901227a8fb068f9121
parent 46c4d8dc
Loading
Loading
Loading
Loading
+151 −151

File changed.

Preview size limit exceeded, changes collapsed.

+0 −4
Original line number Diff line number Diff line
@@ -5209,14 +5209,10 @@
        <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 -->
+0 −2
Original line number Diff line number Diff line
@@ -2118,11 +2118,9 @@
  <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" />