Fixed
Status Update
Comments
em...@google.com <em...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit a98c71eac857c43fc16d11e5f62cf66199cdac15
Author: Ember Rose <emberrose@google.com>
Date: Thu Feb 18 13:30:15 2021
Create @GravityInt annotation
Relnote: "Adding @GravityInt annotation for marking elements containg
gravity values packed into integers."
Test: N/A
Bug: 180620048
Change-Id: Ifcaa4ad1df11c767b1060bcfcf2debeb9b1a666f
M annotation/annotation/api/current.txt
M annotation/annotation/api/public_plus_experimental_current.txt
M annotation/annotation/api/restricted_current.txt
A annotation/annotation/src/main/java/androidx/annotation/GravityInt.java
https://android-review.googlesource.com/1595091
Branch: androidx-main
commit a98c71eac857c43fc16d11e5f62cf66199cdac15
Author: Ember Rose <emberrose@google.com>
Date: Thu Feb 18 13:30:15 2021
Create @GravityInt annotation
Relnote: "Adding @GravityInt annotation for marking elements containg
gravity values packed into integers."
Test: N/A
Bug: 180620048
Change-Id: Ifcaa4ad1df11c767b1060bcfcf2debeb9b1a666f
M annotation/annotation/api/current.txt
M annotation/annotation/api/public_plus_experimental_current.txt
M annotation/annotation/api/restricted_current.txt
A annotation/annotation/src/main/java/androidx/annotation/GravityInt.java
Description
Create an
@GravityInt
annotation similar to@ColorInt
for packed gravity int values.