Status Update
Comments
ar...@google.com <ar...@google.com>
gm...@google.com <gm...@google.com>
di...@google.com <di...@google.com>
ad...@gmail.com <ad...@gmail.com> #2
Matthew, any thoughts on how best to do this? I know that we have the LanguageFeatureProvider
abstraction in the Java plugin (and our own AndroidLanguageFeatureProvider
which does API level checks) in order to silence a number of inspections. But this particular inspection (JavaApiUsageInspection
) does not seem to reference any JavaFeatures, it unconditionally reports them.
di...@google.com <di...@google.com> #3
Fixed by Change I7a57ba085bfd8c64679cf4bf3c05ce70da8cb5b8 using the InspectionSuppressor
EP.
an...@google.com <an...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Koala | 2024.1.1 Canary 4
- Android Gradle Plugin 8.5.0-alpha04
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
Description:
When editing widget properties in Android Studio layout design, there is a bug that causes the left and right margin settings to not work. Top and bottom margins work fine, but left and right margins have no effect on the widget layout.
Steps to Reproduce the Bug:
Expected Result:
The left and right margins of the widget should be applied correctly, resulting in a gap between the widget and the edge of the screen or other widgets.
Actual Result:
The left and right margins have no effect on the widget layout. The widget remains in its original position, unaffected by the changes in margin values.
Additional Information:
Thank you for your attention :)