Loading tools/layoutlib/bridge/src/android/graphics/drawable/VectorDrawable_Delegate.java +2 −0 Original line number Diff line number Diff line Loading @@ -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: Loading tools/layoutlib/bridge/tests/res/testApp/MyApplication/golden/allwidgets.png +688 B (66.3 KiB) Loading image diff... tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/allwidgets.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading Loading
tools/layoutlib/bridge/src/android/graphics/drawable/VectorDrawable_Delegate.java +2 −0 Original line number Diff line number Diff line Loading @@ -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: Loading
tools/layoutlib/bridge/tests/res/testApp/MyApplication/golden/allwidgets.png +688 B (66.3 KiB) Loading image diff...
tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/layout/allwidgets.xml +2 −1 Original line number Diff line number Diff line Loading @@ -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> Loading