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

Commit 50e9c091 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Add stroke width property used by animated vector drawables"

parents 8732003f 434968aa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -571,6 +571,8 @@ public class VectorDrawable_Delegate {
        @NonNull
        public Consumer<Float> getFloatPropertySetter(int propertyIdx) {
            switch (propertyIdx) {
                case STROKE_WIDTH_INDEX:
                    return this::setStrokeWidth;
                case STROKE_ALPHA_INDEX:
                    return this::setStrokeAlpha;
                case FILL_ALPHA_INDEX:
+688 B (66.3 KiB)
Loading image diff...
+2 −1
Original line number Diff line number Diff line
@@ -263,7 +263,8 @@
            android:id="@id/radioButton2"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="New RadioButton" />
            android:text="New RadioButton"
            android:checked="true" />

    </RadioGroup>